From 9d606d4bba3422cc4ee31f53b2e51b6eef80fc07 Mon Sep 17 00:00:00 2001 From: hedy Date: Fri, 5 Jan 2024 19:53:08 +0800 Subject: Dark: Inline selectors for the hero bottom wave --- pydis_site/static/css/home/index.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'pydis_site/static/css/home') 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 { -- cgit v1.2.3