diff options
Diffstat (limited to 'css/theme/beige.css')
-rw-r--r-- | css/theme/beige.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css index 5bbda4b..7424a05 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -20,7 +20,7 @@ body { .reveal { font-family: "Lato", sans-serif; - font-size: 36px; + font-size: 40px; font-weight: normal; color: #333; } @@ -29,6 +29,11 @@ body { background: rgba(79, 64, 28, 0.99); text-shadow: none; } +::-moz-selection { + color: #fff; + background: rgba(79, 64, 28, 0.99); + text-shadow: none; } + .reveal .slides > section, .reveal .slides > section > section { line-height: 1.3; |