diff options
| author | 2024-01-28 19:25:24 +0800 | |
|---|---|---|
| committer | 2024-01-28 19:25:24 +0800 | |
| commit | b72705b228b02f8c5f40030215d75d45d195c87d (patch) | |
| tree | 5531781c514d5c4eae076a8b784a96cfcba70cfa /pydis_site/static/css/home/index.css | |
| parent | Dark: Fix timeline icon borders (diff) | |
Dark: Use alternate images for homepage, resources, events
Thanks to lemon for editting all the images.
Co-authored-by: Leon Sandøy <[email protected]>
Diffstat (limited to 'pydis_site/static/css/home/index.css')
| -rw-r--r-- | pydis_site/static/css/home/index.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index 13a19d38..f21263db 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -266,10 +266,6 @@ h1 { text-align: center; } -[data-theme="dark"] #sponsors { - background-color: #2C2F33 !important; -} - #sponsors .container { max-width: 70%; } @@ -284,10 +280,6 @@ h1 { max-height: 4rem; } -[data-theme="dark"] #sponsors a { - background-color: #EDEDED; -} - @media (min-width: 800px) { #sponsors a.column.is-one-third:first-child { margin-left: -.8rem; |