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/static/css/content | |
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/static/css/content')
-rw-r--r-- | pydis_site/static/css/content/page.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css index b174e8d7..d4739d12 100644 --- a/pydis_site/static/css/content/page.css +++ b/pydis_site/static/css/content/page.css @@ -27,10 +27,6 @@ i.has-icon-padding { flex-direction: column; } -[data-theme="dark"] .card.github-card { - border: solid 1px #4E4F51; -} - [data-theme="dark"] .card-footer { border-top: solid 1px #4E4F51; } |