diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/style.css b/res/style.css index 6813403..c0923e2 100644 --- a/res/style.css +++ b/res/style.css @@ -67,6 +67,18 @@ h6 a.link { } +/* Page titles */ +h2:first-child { + font-size:2.7em; + font-weight:300; + border-bottom:1px solid #aaa; +} + +h2:first-child a:link { + color:#444; +} + + span.line-through { text-decoration: line-through; } |