diff options
author | 2024-01-18 12:20:35 +0800 | |
---|---|---|
committer | 2024-01-18 12:20:35 +0800 | |
commit | 6964fbe73a986d999439e861b00cd0225cccec6d (patch) | |
tree | 718c70dfc0d7095610c6c781bdde8f9564ecc28f /pydis_site/templates/home/timeline.html | |
parent | Dark: Possibly fix FOUC during theme switch (diff) |
Dark: Use original light theme colors everywhere
Adjusted box-shadow for dark mode to be more readable, unfortunately
this gave it a little neomorphism effect...
Diffstat (limited to 'pydis_site/templates/home/timeline.html')
-rw-r--r-- | pydis_site/templates/home/timeline.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index 49de14b5..6c627033 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -10,7 +10,7 @@ {% block content %} {% include "base/navbar.html" %} - <section class="cd-timeline js-cd-timeline has-background-white"> + <section class="cd-timeline js-cd-timeline"> <div class="container max-width-lg cd-timeline__container"> <div class="cd-timeline__block"> |