diff options
author | 2024-01-17 20:15:51 +0800 | |
---|---|---|
committer | 2024-01-17 20:15:51 +0800 | |
commit | cbd2c1c16c1982ec334068ed2a412a3bfdb83e0f (patch) | |
tree | 6dec2eba9c59b062e3358dc8c5fefc1ca42ea14f /pydis_site/static/css | |
parent | Dark: Sponsors light background for code/gamejams (diff) | |
parent | Merge branch 'main' into gdwr-dark-theme (diff) |
Fix conflicts
Diffstat (limited to 'pydis_site/static/css')
-rw-r--r-- | pydis_site/static/css/content/page.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css index 55fe6223..903b2134 100644 --- a/pydis_site/static/css/content/page.css +++ b/pydis_site/static/css/content/page.css @@ -116,6 +116,7 @@ li img { [data-theme="dark"] hr { background-color: #4c515a; +} .dropdown-menu { min-width: 15rem; |