diff options
author | 2024-03-29 14:30:26 +0800 | |
---|---|---|
committer | 2024-03-29 14:30:26 +0800 | |
commit | b791d951708f96ca8d541ea6bd1b0b5cf3140295 (patch) | |
tree | cc6491639f2ff23839e2d22d487364b68c4f898a /pydis_site | |
parent | Events: Update PyWeek 37 to show as ongoing event (diff) | |
parent | Merge pull request #1275 from python-discord/dependabot/pip/sentry-sdk-1.44.0 (diff) |
Merge branch 'main' into feat/events-redesign
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/static/css/base/base.css | 2 | ||||
-rw-r--r-- | pydis_site/templates/home/timeline.html | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index 23a6459c..9a70c3d7 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -668,7 +668,7 @@ <div class="cd-timeline__content has-background-white-bis text-component"> <h2 class="has-text-dark">Python Discord hits 40,000 members, and is now bigger than Liechtenstein.</h2> <p class="color-contrast-medium has-text-dark"><img - src="https://cdn.discordapp.com/attachments/354619224620138496/699666518476324954/unknown.png"> + src="https://raw.githubusercontent.com/python-discord/branding/main/wallpapers/bigger%20than%20liechtenstein/pydis%20postcard.png"> </p> <div class="flex justify-between items-center"> |