diff options
Diffstat (limited to 'css/theme/default.css')
-rw-r--r-- | css/theme/default.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/css/theme/default.css b/css/theme/default.css index 9a2f7c6..71bcc17 100644 --- a/css/theme/default.css +++ b/css/theme/default.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: #eeeeee; } @@ -128,6 +128,13 @@ body { border-top-color: #71e9f4; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #13daec; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { |