aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css/home
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-01-05 19:53:08 +0800
committerGravatar hedy <[email protected]>2024-01-05 19:53:08 +0800
commit9d606d4bba3422cc4ee31f53b2e51b6eef80fc07 (patch)
treef77bda3bebe62e043991c5121eb18f1eae5be02d /pydis_site/static/css/home
parentDark: Fix hero colors on homepage (diff)
Dark: Inline selectors for the hero bottom wave
Diffstat (limited to 'pydis_site/static/css/home')
-rw-r--r--pydis_site/static/css/home/index.css7
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 {