diff options
author | 2024-01-13 19:46:17 +0800 | |
---|---|---|
committer | 2024-01-13 19:52:58 +0800 | |
commit | 0a35f6c84096d48866953c6c099f9b7d20b003eb (patch) | |
tree | 8c5f4c7c3963d29b111a40fb692e018cb4663ccd /pydis_site/static/css/home/index.css | |
parent | Dark: Fix timeline color for borders (diff) |
Dark: Use link color of better contrast
Diffstat (limited to 'pydis_site/static/css/home/index.css')
-rw-r--r-- | pydis_site/static/css/home/index.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index e0dd1ebc..5ecf7cd7 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -186,8 +186,8 @@ h1 { #projects .card-header-title { padding: 0; - /* The primary blurple theme color */ - color: #7289DA; + /* Link color from settings.py */ + color: #99B0FF; } #projects .card:hover .card-header-title { @@ -197,7 +197,7 @@ h1 { [data-theme="dark"] #projects .card:hover .card-header-title { /* Bulma link-hover setting */ - color: #CAD6FF; + color: #FFFFFF; } #projects .card-content { |