diff options
Diffstat (limited to 'css/theme/beige.css')
-rw-r--r-- | css/theme/beige.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css index 1d9a886..7fb3ca4 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -27,7 +27,7 @@ body { .reveal { font-family: "Lato", sans-serif; font-size: 36px; - font-weight: 200; + font-weight: normal; letter-spacing: -0.02em; color: #333333; } @@ -128,6 +128,13 @@ body { border-top-color: #c0a86e; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #8b743d; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { |