diff options
author | 2024-03-26 08:56:22 +0800 | |
---|---|---|
committer | 2024-03-26 08:56:22 +0800 | |
commit | 3bf2e7eb3a88ac879e79da463f617f03e38ff022 (patch) | |
tree | 19a92d2a48eea7e17d93e403549ad40a08230d5e /pydis_site/static | |
parent | Use proper logos and better positioning in the footers (diff) | |
parent | Merge pull request #1266 from python-discord/fix/footer-bulma-logo (diff) |
Merge branch 'main' into fix/footer-logo-filtering
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/base/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css index bb05d2c4..1f78b9eb 100644 --- a/pydis_site/static/css/base/base.css +++ b/pydis_site/static/css/base/base.css @@ -115,7 +115,7 @@ main.site-content { #bulma-logo { padding-left: 18px; height: 20px; - background: url(https://bulma.io/images/bulma-logo-white.png) no-repeat center; + background: url(https://bulma.io/assets/brand/Bulma%20Logo%20White.png) no-repeat center; background-size: 60px; background-position: 0px 3px; color: #00000000; |