From 51d6189e343e5ce5502be407f7153c9542b89e0f Mon Sep 17 00:00:00 2001 From: asterein <88514774+asterein@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:30:51 -0400 Subject: [PATCH] force all the colors --- main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.css b/main.css index 525a2fb..a3cf0fe 100644 --- a/main.css +++ b/main.css @@ -65,6 +65,7 @@ header:hover img { font-size: 1rem; font-family: monospace; text-decoration: underline; + color: #aaa; } .git:hover { @@ -90,6 +91,7 @@ button { background: #333; border: none; cursor: pointer; + color: #fff; } button:hover {