diff options
Diffstat (limited to 'css/theme/serif.css')
-rw-r--r-- | css/theme/serif.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/css/theme/serif.css b/css/theme/serif.css index 734de56..fdc913a 100644 --- a/css/theme/serif.css +++ b/css/theme/serif.css @@ -17,7 +17,7 @@ body { .reveal { font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif; font-size: 36px; - font-weight: 200; + font-weight: normal; letter-spacing: -0.02em; color: black; } @@ -118,6 +118,13 @@ body { border-top-color: #8b7c69; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #51483d; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { |