diff options
author | Hakim El Hattab | 2019-03-12 11:26:10 +0100 |
---|---|---|
committer | Hakim El Hattab | 2019-03-12 11:26:10 +0100 |
commit | fbbae1dc55134d014a5a0df2e800d711e087b48f (patch) | |
tree | b2d31255145d1c2ae9fa5e713e32d71ffda0e1f9 /css/theme/blood.css | |
parent | 7b66abd49cd03232bf7fd41ae53d87ec86f75b0a (diff) |
switch to monokai as default syntax highlight theme
Diffstat (limited to 'css/theme/blood.css')
-rw-r--r-- | css/theme/blood.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/blood.css b/css/theme/blood.css index 15e6c20..5cbd488 100644 --- a/css/theme/blood.css +++ b/css/theme/blood.css @@ -152,7 +152,7 @@ body { font-family: monospace; line-height: 1.2em; 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 { font-family: monospace; |