diff options
| author | 2024-01-17 20:15:51 +0800 | |
|---|---|---|
| committer | 2024-01-17 20:15:51 +0800 | |
| commit | cbd2c1c16c1982ec334068ed2a412a3bfdb83e0f (patch) | |
| tree | 6dec2eba9c59b062e3358dc8c5fefc1ca42ea14f /pydis_site | |
| parent | Dark: Sponsors light background for code/gamejams (diff) | |
| parent | Merge branch 'main' into gdwr-dark-theme (diff) | |
Fix conflicts
Diffstat (limited to 'pydis_site')
| -rw-r--r-- | pydis_site/static/css/content/page.css | 1 | ||||
| -rw-r--r-- | pydis_site/templates/events/sidebar/code-jams/8.html | 2 | ||||
| -rw-r--r-- | pydis_site/templates/resources/resources.html | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css index 55fe6223..903b2134 100644 --- a/pydis_site/static/css/content/page.css +++ b/pydis_site/static/css/content/page.css @@ -116,6 +116,7 @@ li img { [data-theme="dark"] hr { background-color: #4c515a; +} .dropdown-menu { min-width: 15rem; diff --git a/pydis_site/templates/events/sidebar/code-jams/8.html b/pydis_site/templates/events/sidebar/code-jams/8.html index 01e11bd3..4f9aca9d 100644 --- a/pydis_site/templates/events/sidebar/code-jams/8.html +++ b/pydis_site/templates/events/sidebar/code-jams/8.html @@ -10,7 +10,7 @@ </div> <div class="box has-background-white-bis"> <img src="{% static "images/events/summer_code_jam_2021/banner.png" %}" alt="Summer Code Jam 2021"> - <h4 class="menu-label ">Our Sponsors</h4> + <h4 class="menu-label">Our Sponsors</h4> <div class="sponsor"> <a href="https://www.digitalocean.com/" target="_blank"> <img src="{% static "images/events/DO_Logo_Vertical_Blue.png" %}" alt="Digital Ocean"> diff --git a/pydis_site/templates/resources/resources.html b/pydis_site/templates/resources/resources.html index 8f3d6a33..7cf6d71a 100644 --- a/pydis_site/templates/resources/resources.html +++ b/pydis_site/templates/resources/resources.html @@ -76,7 +76,7 @@ > <i class="{{ filter_item|title|get_category_icon }} mr-1"></i> {{ filter_item|title }} - <button class="delete is-small is-success has-background-success-light "></button> + <button class="delete is-small is-success has-background-success-light"></button> </span> {% endif %} {% if filter_name == "Payment tiers" %} |