diff options
author | 2024-02-14 16:44:10 +0800 | |
---|---|---|
committer | 2024-02-14 16:44:10 +0800 | |
commit | 418d1181e576b207686cdc6eb9f026d5b3a000b4 (patch) | |
tree | a187c4cd64aae030439489f3b6a343d39c94e9b3 /pydis_site/templates | |
parent | Dark: Give more contrast to grey text (diff) |
Events: Remove unnecessary explicit icon color
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/events/current_event.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/current_event.html b/pydis_site/templates/events/current_event.html index 3b65a19e..bbb8ef0a 100644 --- a/pydis_site/templates/events/current_event.html +++ b/pydis_site/templates/events/current_event.html @@ -19,7 +19,7 @@ <p>A bi-annual game jam where participants write a game in Python in a week, either individually or as a team. The theme is voted by the competitors prior to the challenge, and the entries are also judged by the competitors after the challenge.</p> <a class="button is-primary" href="https://pyweek.org/37/"> <span class="icon-text"> - <span>Learn more</span><span class="icon has-text-white"><i class="fa-solid fa-arrow-right"></i></span> + <span>Learn more</span><span class="icon"><i class="fa-solid fa-arrow-right"></i></span> </span> </a> </div> |