diff options
Diffstat (limited to 'css/theme/template')
-rw-r--r-- | css/theme/template/theme.scss | 2 |
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 { |