diff options
author | Hakim El Hattab | 2019-03-21 09:03:27 +0100 |
---|---|---|
committer | GitHub | 2019-03-21 09:03:27 +0100 |
commit | b5fe0f812625ce1628ee24e69fff0eedca8e93fd (patch) | |
tree | f172935cf512c7f20182a9e6c0c9e9562e8c4190 /css/theme/league.css | |
parent | b4c6c920337aee02e563828c40a546b82a2dc47b (diff) | |
parent | 01874c6e70f11b63c66bdace29411812932b88f9 (diff) |
Merge branch 'dev' into hash-problem
Diffstat (limited to 'css/theme/league.css')
-rw-r--r-- | css/theme/league.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/league.css b/css/theme/league.css index 9dfa2ce..f8fba4d 100644 --- a/css/theme/league.css +++ b/css/theme/league.css @@ -155,7 +155,7 @@ body { font-family: monospace; line-height: 1.2em; 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 { font-family: monospace; |