diff options
author | 2024-01-05 19:53:08 +0800 | |
---|---|---|
committer | 2024-01-05 19:53:08 +0800 | |
commit | 9d606d4bba3422cc4ee31f53b2e51b6eef80fc07 (patch) | |
tree | f77bda3bebe62e043991c5121eb18f1eae5be02d | |
parent | Dark: Fix hero colors on homepage (diff) |
Dark: Inline selectors for the hero bottom wave
-rw-r--r-- | pydis_site/static/css/home/index.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index 23e27be1..0214a762 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -91,10 +91,9 @@ h1 { height: 26px; z-index: 3; } -[data-theme="dark"] { - #bottom-wave { - background: url(../../images/waves/wave_black.svg) repeat-x !important; - } + +[data-theme="dark"] #bottom-wave { + background: url(../../images/waves/wave_black.svg) repeat-x !important; } @keyframes wave { |