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/index.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/index.html')
-rw-r--r-- | pydis_site/templates/home/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index ed5623dd..30b064a4 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -92,7 +92,7 @@ {# Showcase box #} <section id="showcase" class="column is-half-desktop has-text-centered"> - <article class="box has-background-white-bis"> + <article class="box has-background-white"> <header class="title">Interactive timeline</header> @@ -138,7 +138,7 @@ <div class="column is-one-third-desktop is-half-tablet"> <a href="https://github.com/{{ repo.repo_name }}"> - <article class="card has-background-white-bis"> + <article class="card has-background-white"> <header class="card-header is-white"> <span class="card-header-icon"> |