diff options
author | 2022-01-05 15:15:29 +0000 | |
---|---|---|
committer | 2022-01-05 15:15:29 +0000 | |
commit | d5026f3f1ccbc8dd913d9aa58f9e6f41e5bc83e2 (patch) | |
tree | 3bfe2ba280ffc40d8bca07cb2ffac37a6d94becd /pydis_site/static/css | |
parent | Add netcup logo to page footer (diff) |
Use an svg for django footer logo
Diffstat (limited to 'pydis_site/static/css')
-rw-r--r-- | pydis_site/static/css/base/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css index 340ff341..deac15d2 100644 --- a/pydis_site/static/css/base/base.css +++ b/pydis_site/static/css/base/base.css @@ -88,8 +88,8 @@ main.site-content { #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; color: #00000000; |