diff options
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; } |