diff options
Diffstat (limited to 'css/theme/night.css')
-rw-r--r-- | css/theme/night.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/css/theme/night.css b/css/theme/night.css index a439cdc..3db1175 100644 --- a/css/theme/night.css +++ b/css/theme/night.css @@ -14,7 +14,7 @@ body { .reveal { font-family: "Open Sans", sans-serif; - font-size: 30px; + font-size: 40px; font-weight: normal; color: #eee; } @@ -23,6 +23,11 @@ body { background: #e7ad52; text-shadow: none; } +::-moz-selection { + color: #fff; + background: #e7ad52; + text-shadow: none; } + .reveal .slides > section, .reveal .slides > section > section { line-height: 1.3; |