From 8bd5328f927830a1875dd16805ffabffd878fe7b Mon Sep 17 00:00:00 2001 From: spongycake Date: Wed, 2 Feb 2022 01:12:36 +0000 Subject: [PATCH] 0.1.1 style.css --- public/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index e053def..e773d14 100644 --- a/public/style.css +++ b/public/style.css @@ -93,14 +93,17 @@ a { text-decoration: underline; } a:hover { - color: #d66900; + color: #daf2ee; } a:visited { - color: none; + color: #ff820a; +} +a:active { + color: #fff; } .text-lightblue { - color: #a1dae9; + color: #b6e2ee; } h1, h2, h3, h4, h5, h6,