summaryrefslogtreecommitdiffhomepage
path: root/css/theme/template
diff options
context:
space:
mode:
authorHakim El Hattab2019-03-12 11:26:10 +0100
committerHakim El Hattab2019-03-12 11:26:10 +0100
commitfbbae1dc55134d014a5a0df2e800d711e087b48f (patch)
treeb2d31255145d1c2ae9fa5e713e32d71ffda0e1f9 /css/theme/template
parent7b66abd49cd03232bf7fd41ae53d87ec86f75b0a (diff)
switch to monokai as default syntax highlight theme
Diffstat (limited to 'css/theme/template')
-rw-r--r--css/theme/template/theme.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss
index 215e2d4..9ccfaf5 100644
--- a/css/theme/template/theme.scss
+++ b/css/theme/template/theme.scss
@@ -167,7 +167,7 @@ body {
word-wrap: break-word;
- box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
+ box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.reveal code {