aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/theme/sky.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/sky.css')
-rw-r--r--css/theme/sky.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/css/theme/sky.css b/css/theme/sky.css
index 35d048e..1a44760 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; }
@@ -137,3 +137,9 @@ body {
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
+
+/*********************************************
+ * SLIDE NUMBER
+ *********************************************/
+.reveal .slide-number {
+ color: #3b759e; }