diff options
| author | 2022-01-21 21:55:19 +0000 | |
|---|---|---|
| committer | 2022-01-21 21:55:19 +0000 | |
| commit | 721d313e9170661bd969fe8e737866b2560dae4a (patch) | |
| tree | 44aa19b25573ada3bf2ef3cf16c9c279d7b05603 /pydis_site/static/css/base/base.css | |
| parent | Implement voice mute + migration from voice mute -> voice ban (diff) | |
| parent | Merge pull request #640 from Krish-bhardwaj/main (diff) | |
Merge branch 'main' into voicemute
Diffstat (limited to 'pydis_site/static/css/base/base.css')
| -rw-r--r-- | pydis_site/static/css/base/base.css | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css index f3fe1e44..4b36b7ce 100644 --- a/pydis_site/static/css/base/base.css +++ b/pydis_site/static/css/base/base.css @@ -78,12 +78,20 @@ main.site-content { color: #00000000; } +#netcup-logo { + padding-left: 15px; + background: url(https://www.netcup-wiki.de/static/assets/images/netcup_logo_white.svg) no-repeat center; + background-size: 60px; + background-position: 0px 3px; + color: #00000000; +} + #django-logo { padding-bottom: 2px; - background: url(https://static.djangoproject.com/img/logos/django-logo-negative.png) no-repeat center; - filter: grayscale(1) invert(0.02); + background: url(https://static.djangoproject.com/img/logos/django-logo-negative.svg) no-repeat center; + filter: grayscale(1) invert(0.09); background-size: 52px 25.5px; - background-position: -1px -2px; + background-position: -2px -1px; color: #00000000; } @@ -92,6 +100,7 @@ main.site-content { height: 20px; background: url(https://bulma.io/images/bulma-logo-white.png) no-repeat center; background-size: 60px; + background-position: 0px 3px; color: #00000000; } |