diff options
Diffstat (limited to 'css/theme/league.css')
-rw-r--r-- | css/theme/league.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/theme/league.css b/css/theme/league.css index c6d07f6..224e09d 100644 --- a/css/theme/league.css +++ b/css/theme/league.css @@ -211,6 +211,10 @@ body { border: 4px solid #eee; 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; |