Skip to content

Commit 782114c

Browse files
authored
Merge pull request #1268 from python-discord/fix/footer-logo-filtering
Use proper logos and better positioning in the footers
2 parents 1e5b465 + 88a0c2e commit 782114c

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

pydis_site/static/css/base/base.css

+15-14
Original file line numberDiff line numberDiff line change
@@ -88,36 +88,37 @@ main.site-content {
8888
}
8989

9090
#linode-logo {
91-
padding-left: 15px;
92-
background: url(https://www.linode.com/wp-content/uploads/2021/01/Linode-Logo-Black.svg) no-repeat center;
93-
filter: invert(1) grayscale(1);
94-
background-size: 60px;
91+
padding-left: 5px;
92+
background: url(/static/images/sponsors_dark/linode_text.png) no-repeat center;
93+
background-size: 49px;
94+
background-position: 2px center;
9595
color: #00000000;
9696
}
9797

9898
#netcup-logo {
9999
padding-left: 15px;
100+
padding-bottom: 3px;
100101
background: url(/static/images/sponsors/netcup-white.svg) no-repeat center;
101102
background-size: 60px;
102-
background-position: 0px 3px;
103+
background-position: 2px 4px;
103104
color: #00000000;
104105
}
105106

106107
#django-logo {
107-
padding-bottom: 2px;
108-
background: url(https://static.djangoproject.com/img/logos/django-logo-negative.svg) no-repeat center;
109-
filter: grayscale(1) invert(0.09);
110-
background-size: 52px 25.5px;
111-
background-position: -2px -1px;
108+
padding-bottom: 4px;
109+
padding-left: 5px;
110+
background: url(/static/images/events/logos_dark/django.png) no-repeat center;
111+
background-size: 56px;
112+
background-position: -1px 1px;
112113
color: #00000000;
113114
}
114115

115116
#bulma-logo {
116-
padding-left: 18px;
117+
padding-left: 8px;
117118
height: 20px;
118-
background: url(https://bulma.io/assets/brand/Bulma%20Logo%20White.png) no-repeat center;
119-
background-size: 60px;
120-
background-position: 0px 3px;
119+
background: url(https://bulma.io/assets/brand/Bulma%20Wordmark%20White.png) no-repeat center;
120+
background-size: 47px;
121+
background-position: center center;
121122
color: #00000000;
122123
}
123124

Loading

0 commit comments

Comments
 (0)