aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-03-22 13:10:17 +0800
committerGravatar hedy <[email protected]>2024-03-22 13:10:17 +0800
commit2f9f99dc547306d6e950a6ba273f87619413a643 (patch)
tree71b121df73dc1b3430fa1df9b4ca0b2ef0693906 /pydis_site/static
parentBump django from 5.0.2 to 5.0.3 (diff)
Fix broken Bulma logo in the footer
Diffstat (limited to 'pydis_site/static')
-rw-r--r--pydis_site/static/css/base/base.css2
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;