From fbbae1dc55134d014a5a0df2e800d711e087b48f Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 12 Mar 2019 11:26:10 +0100 Subject: switch to monokai as default syntax highlight theme --- css/theme/template/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/theme/template/theme.scss') 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 { -- cgit v1.2.3