diff options
Diffstat (limited to 'css/theme/simple.css')
-rw-r--r-- | css/theme/simple.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/css/theme/simple.css b/css/theme/simple.css index b8f31bc..3ae86dc 100644 --- a/css/theme/simple.css +++ b/css/theme/simple.css @@ -17,7 +17,7 @@ body { .reveal { font-family: "Lato", sans-serif; font-size: 36px; - font-weight: 200; + font-weight: normal; letter-spacing: -0.02em; color: black; } @@ -118,6 +118,13 @@ body { border-top-color: #0000f1; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: darkblue; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { |