diff options
Diffstat (limited to 'css/theme/template')
-rw-r--r-- | css/theme/template/theme.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index e0e5fb6..91eeca7 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -267,6 +267,11 @@ body { box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } + .reveal section img.plain { + border: 0; + box-shadow: none; + } + .reveal a img { -webkit-transition: all .15s linear; -moz-transition: all .15s linear; |