diff options
author | 2022-06-18 21:29:01 -0400 | |
---|---|---|
committer | 2022-06-18 21:31:34 -0400 | |
commit | deb7e6521d1434775ca9a912a44e71adef7b6e1e (patch) | |
tree | fd35bb67932aa6f6fdbfcacd415f0564566e8a3a /pydis_site/static/css/home/index.css | |
parent | Add Summer CJ 2022 banner to frontpage. (diff) |
Show shadow on hover for CJ frontpage banner.
Diffstat (limited to 'pydis_site/static/css/home/index.css')
-rw-r--r-- | pydis_site/static/css/home/index.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index 7ec8af74..a5732003 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -49,13 +49,17 @@ h1 { margin: auto auto; } -#wave-hero-right img{ +#wave-hero-right img { border-radius: 10px; box-shadow: 0 1px 6px rgba(0,0,0,0.16), 0 1px 6px rgba(0,0,0,0.23); margin-top: 1em; text-align: right; } +#wave-hero-right img:hover { + box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); +} + #wave-hero .wave { background: url(../../images/waves/wave_dark.svg) repeat-x; position: absolute; |