From d80050e9c4983687076d5dda3c106ab338944f7f Mon Sep 17 00:00:00 2001 From: SG101 Date: Mon, 10 Oct 2022 19:35:03 +0200 Subject: [PATCH] tweaked hover and active colours of some items --- shared/projects.css | 2 +- shared/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/projects.css b/shared/projects.css index 157b0c1..9a1cdae 100644 --- a/shared/projects.css +++ b/shared/projects.css @@ -31,7 +31,7 @@ background: #9993; padding-top: 39px; padding-bottom: 1px; - color: #117F; + color: #99FF; } .project-grid > a:visited { diff --git a/shared/style.css b/shared/style.css index f4263f9..66a0b20 100644 --- a/shared/style.css +++ b/shared/style.css @@ -35,7 +35,7 @@ a.internal { } a:hover { - color: #99FF; + color: #BBFF; } section {