diff options
Diffstat (limited to 'css/theme/solarized.css')
-rw-r--r-- | css/theme/solarized.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/css/theme/solarized.css b/css/theme/solarized.css index 17c3205..092c5d0 100644 --- a/css/theme/solarized.css +++ b/css/theme/solarized.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: #657b83; } @@ -128,6 +128,13 @@ body { border-top-color: #78b9e6; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #268bd2; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { |