diff options
author | 2024-03-25 08:09:18 -0700 | |
---|---|---|
committer | 2024-03-25 08:09:18 -0700 | |
commit | f3f78ed14bc7dabcf2aa745e5268df67cbbdb404 (patch) | |
tree | db28b97060f2dbfac26869cd41d4d4efe7d45aba /pydis_site | |
parent | Merge pull request #1272 from python-discord/dependabot/pip/pre-commit-3.7.0 (diff) | |
parent | Merge branch 'main' into fix/footer-bulma-logo (diff) |
Merge pull request #1266 from python-discord/fix/footer-bulma-logo
Diffstat (limited to 'pydis_site')
-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 cc8d13cb..c45d551e 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; |