From 01e910318f518cbb5b9c6c38b3f67ff5eaa419b7 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 16 Aug 2023 20:08:53 -0500 Subject: [PATCH] make active links a little brighter --- static/css/palettes/runtimeterror.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/palettes/runtimeterror.css b/static/css/palettes/runtimeterror.css index 4558c4e..ce408d4 100644 --- a/static/css/palettes/runtimeterror.css +++ b/static/css/palettes/runtimeterror.css @@ -14,7 +14,7 @@ --base09: #dc9656; --base0A: #f7ca88; /* highlights */ --base0B: #772a28; /* primary accent */ - --base0C: #661514; /* active links */ + --base0C: #ab2321; /* active links */ --base0D: #c45a5a; /* links */ --base0E: #ba8baf; --base0F: #a16946;