aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/theme/solarized.css
diff options
context:
space:
mode:
authorHakim El Hattab2017-01-10 13:45:52 +0100
committerHakim El Hattab2017-01-10 13:45:52 +0100
commita144134b42c15964f469cf4499859268f52ccb46 (patch)
tree7ef37dadc82e5726e249e5677ec0125691581a75 /css/theme/solarized.css
parent713702a0ab81d1756a30e6c14ae49afd42135541 (diff)
parent97bb6e9b584f6b4eee33c91e04e5a40da358b7cd (diff)
Merge branch 'dev' of github.com:hakimel/reveal.js
Diffstat (limited to 'css/theme/solarized.css')
-rw-r--r--css/theme/solarized.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/css/theme/solarized.css b/css/theme/solarized.css
index b4d4d4b..9bd21aa 100644
--- a/css/theme/solarized.css
+++ b/css/theme/solarized.css
@@ -20,7 +20,7 @@ body {
.reveal {
font-family: "Lato", sans-serif;
- font-size: 36px;
+ font-size: 40px;
font-weight: normal;
color: #657b83; }
@@ -29,6 +29,11 @@ body {
background: #d33682;
text-shadow: none; }
+::-moz-selection {
+ color: #fff;
+ background: #d33682;
+ text-shadow: none; }
+
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.3;