diff options
Diffstat (limited to 'css/screen.css')
| -rw-r--r-- | css/screen.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/css/screen.css b/css/screen.css index b77c2bd2f..27788464c 100644 --- a/css/screen.css +++ b/css/screen.css @@ -46,7 +46,7 @@ h1,h2,h3,h4,h5,h6 { line-height: 1.1; } ::selection { background: #745626; } ::-moz-selection { background: #745626; } -h1 { +h1, h2 { font-size: 420%; margin: 0 0 0.1em; font-family: 'ChunkFiveRegular', serif; @@ -54,6 +54,12 @@ h1 { text-shadow: 1px 1px 10px rgba(0,0,0,0.25); } +h2 { + font-size: 300%; + text-align: center; + color: #d7af72; +} + h1 a, h1 a:hover { color: #d7af72; |
