aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/theme/solarized.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/solarized.css')
-rw-r--r--css/theme/solarized.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/css/theme/solarized.css b/css/theme/solarized.css
index 17c3205..c8bff7c 100644
--- a/css/theme/solarized.css
+++ b/css/theme/solarized.css
@@ -27,7 +27,7 @@ body {
.reveal {
font-family: "Lato", sans-serif;
font-size: 36px;
- font-weight: 200;
+ font-weight: normal;
letter-spacing: -0.02em;
color: #657b83; }
@@ -140,3 +140,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: #268bd2; }