diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -12,8 +12,8 @@ body { } h1 { - font-family: 'Sarpanch', sans-serif; - font-size: 32pt; + font-family: 'Courier New', monospace; + font-size: 20pt; border-bottom: 2px solid #f80; padding: 2.1em 1.5em 0.1em 1.5em; box-shadow: inset 0 0 60px 10px #111; @@ -53,6 +53,10 @@ h1>em>a:hover { border-radius: 0.5em; } +.lane.h3 { + color: white; +} + .box:hover { cursor: pointer; } |