diff options
Diffstat (limited to 'css/theme/moon.css')
-rw-r--r-- | css/theme/moon.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/theme/moon.css b/css/theme/moon.css index 7250cc4..224c40a 100644 --- a/css/theme/moon.css +++ b/css/theme/moon.css @@ -213,6 +213,10 @@ body { border: 4px solid #93a1a1; 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 0.15s linear; -moz-transition: all 0.15s linear; |