From 7c3a00ff1137f5576d87ce10daccfabeb7120781 Mon Sep 17 00:00:00 2001 From: Xe Date: Tue, 21 Dec 2021 13:19:58 -0500 Subject: turn up the fuck out of the contrast Signed-off-by: Xe --- css/hack.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'css/hack.css') diff --git a/css/hack.css b/css/hack.css index eb4281f..4a2ea99 100644 --- a/css/hack.css +++ b/css/hack.css @@ -46,13 +46,14 @@ iframe { } a { cursor: pointer; - color: #ff2e88; + color: #FFA8CE; text-decoration: none; - border-bottom: 1px solid #ff2e88; + border-bottom: 1px solid; + border-color: #FFA8CE; } a:hover { - background-color: #ff2e88; - color: #fff; + background-color: #B3004D; + color: #fff; } .grid { display: -ms-flexbox; -- cgit v1.2.3