author | Olivier Brunel
<jjk@jjacky.com> 2022-12-23 14:32:52 UTC |
committer | Olivier Brunel
<jjk@jjacky.com> 2022-12-23 14:32:52 UTC |
parent | 4b0a783b6aeade406118b1b27eead740578abd97 |
base.htm | +15 | -3 |
diff --git a/base.htm b/base.htm index 4a1ed55..0fec47f 100644 --- a/base.htm +++ b/base.htm @@ -248,14 +248,21 @@ main footer { main q { font-style: italic; } + main a { + text-decoration: underline; + color: blue; + } + main a:visited { + color: purple; + } main footer { margin-top: 16px; border-top: 2px solid #2d70aa; - opacity: 0.4; + opacity: 0.8; font-size: 80%; } main footer .generated { - opacity: 0.9; + opacity: 0.8; font-size: 90%; } } @@ -451,7 +458,7 @@ multiple lines</span>. Yep. <section id="code blocks"> <h2>Code Blocks</h2> <p>Oh yeah, we might wanna have "code blocks". Those would - be like <tt>pre</tt> one, only a bit more styled : + be like <tt>pre</tt> ones, only a bit more styled : <pre class="lineno">1<br>2<br>3<br>4<br>5<br>6<br>7<br>8<br>9<br>10</pre> <pre class="code">#include <stdlib.h> int main(int argc, char **argv) @@ -467,6 +474,11 @@ int main(int argc, char **argv) works in there too.</p> </section> </section> + <section id="links"> + <h1>Links</h1> + <p>Here what <a href="#">a link</a> might look + like.</p> + </section> <footer> Copyright © 2022 Author Name - All Rights Reserved <br>