diff options
Diffstat (limited to 'css/theme/night.css')
-rw-r--r-- | css/theme/night.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/css/theme/night.css b/css/theme/night.css index 2ea3fc4..fe48c2e 100644 --- a/css/theme/night.css +++ b/css/theme/night.css @@ -15,7 +15,7 @@ body { .reveal { font-family: "Open Sans", sans-serif; font-size: 30px; - font-weight: 200; + font-weight: normal; letter-spacing: -0.02em; color: #eeeeee; } @@ -116,6 +116,13 @@ body { border-top-color: #f3d7ac; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #e7ad52; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { |