aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/content
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-01-18 12:20:35 +0800
committerGravatar hedy <[email protected]>2024-01-18 12:20:35 +0800
commit6964fbe73a986d999439e861b00cd0225cccec6d (patch)
tree718c70dfc0d7095610c6c781bdde8f9564ecc28f /pydis_site/templates/content
parentDark: 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/content')
-rw-r--r--pydis_site/templates/content/listing.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/content/listing.html b/pydis_site/templates/content/listing.html
index c21cea74..e2c27b17 100644
--- a/pydis_site/templates/content/listing.html
+++ b/pydis_site/templates/content/listing.html
@@ -18,7 +18,7 @@
{% block page_content %}
{# Nested Categories #}
{% for category, data in categories.items %}
- <div class="box has-background-white-bis" style="max-width: 800px;">
+ <div class="box has-background-white" style="max-width: 800px;">
<span class="icon is-size-4 is-medium">
<i class="{{ data.icon|default:"fas fa-folder" }} is-size-3 is-black has-icon-padding" aria-hidden="true"></i>
</span>
@@ -32,7 +32,7 @@
{# Single Pages #}
{% for page, data in pages.items %}
- <div class="box has-background-white-bis" style="max-width: 800px;">
+ <div class="box has-background-white" style="max-width: 800px;">
<span class="icon is-size-4 is-medium">
<i class="{{ data.icon|default:"fab fa-python" }} is-size-3 is-black has-icon-padding" aria-hidden="true"></i>
</span>