diff options
author | 2024-01-05 21:38:09 +0800 | |
---|---|---|
committer | 2024-01-05 21:38:09 +0800 | |
commit | 1578e11008fbcd2d5de4514e214ffc36975166e0 (patch) | |
tree | 54fb355b570d7ed1034eb5e3251d7b1571bb4022 /pydis_site/static/css/home/index.css | |
parent | Dark: Name JS & CSS files according to their content (diff) |
Dark: Fix all link hover colors (hopefully) everywhere
Diffstat (limited to 'pydis_site/static/css/home/index.css')
-rw-r--r-- | pydis_site/static/css/home/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index b9d829f6..64356a36 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -191,12 +191,12 @@ h1 { } #projects .card:hover .card-header-title { + /* Bulma link-hover setting */ color: #363636; } [data-theme="dark"] #projects .card:hover .card-header-title { - /* The light blurple theme color, consistent hover behaviour with other - * parts of the site. */ + /* Bulma link-hover setting */ color: #CAD6FF; } |