diff options
author | Aaron Ball <nullspoon@oper.io> | 2018-11-03 17:34:42 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2018-11-03 17:34:42 -0600 |
commit | e692514876e424feae370a69b9834c883a9c128e (patch) | |
tree | de91ba1ae15e971d9a875cb13c5cc9e3da893904 /res | |
parent | 43fbf856f64ec8bd8949df655473cabec16771d7 (diff) | |
download | oper.io-e692514876e424feae370a69b9834c883a9c128e.tar.gz oper.io-e692514876e424feae370a69b9834c883a9c128e.tar.xz |
style:Add styling for page titles
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; } |