diff options
Diffstat (limited to 'css/theme/sky.css')
-rw-r--r-- | css/theme/sky.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/css/theme/sky.css b/css/theme/sky.css index 35d048e..352627b 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -24,7 +24,7 @@ body { .reveal { font-family: "Open Sans", sans-serif; font-size: 36px; - font-weight: 200; + font-weight: normal; letter-spacing: -0.02em; color: #333333; } @@ -125,6 +125,13 @@ body { border-top-color: #74a7cb; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #3b759e; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { |