diff options
author | 2022-02-08 23:11:46 +0000 | |
---|---|---|
committer | 2022-02-08 23:11:46 +0000 | |
commit | ddfab440457097542c5110ffc0861905683aaf1d (patch) | |
tree | a0422da8221e614f408a4be690dcae6a5dfbcf05 /pydis_site/templates/home/index.html | |
parent | Use colour helpers (diff) |
Use colour helpers
Diffstat (limited to 'pydis_site/templates/home/index.html')
-rw-r--r-- | pydis_site/templates/home/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index c7350cac..f66c7675 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -77,7 +77,7 @@ {# Showcase box #} <section id="showcase" class="column is-half-desktop has-text-centered"> - <article class="box"> + <article class="box has-background-white-bis"> <header class="title">Interactive timeline</header> @@ -123,9 +123,9 @@ <div class="column is-one-third-desktop is-half-tablet"> <a href="https://github.com/{{ repo.repo_name }}"> - <article class="card"> + <article class="card has-background-white-bis"> - <header class="card-header"> + <header class="card-header is-white"> <span class="card-header-icon"> <span class="icon"><i class="fab fa-github"></i></span> </span> @@ -166,7 +166,7 @@ {% endif %} <!-- Sponsors --> - <section id="sponsors" class="hero is-light"> + <section id="sponsors" class="hero has-background-white-ter"> <div class="hero-body"> <div class="container"> <h1 class="title is-6 has-text-grey"> |