Skip to content

Commit d5026f3

Browse files
committed
Use an svg for django footer logo
1 parent 5c63524 commit d5026f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydis_site/static/css/base/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ main.site-content {
8888

8989
#django-logo {
9090
padding-bottom: 2px;
91-
background: url(https://static.djangoproject.com/img/logos/django-logo-negative.png) no-repeat center;
92-
filter: grayscale(1) invert(0.02);
91+
background: url(https://static.djangoproject.com/img/logos/django-logo-negative.svg) no-repeat center;
92+
filter: grayscale(1) invert(0.09);
9393
background-size: 52px 25.5px;
9494
background-position: -1px -2px;
9595
color: #00000000;

0 commit comments

Comments
 (0)