From 2a68f70f36aff1ad0debce460a40966975efeec2 Mon Sep 17 00:00:00 2001 From: Gigi Date: Tue, 26 Apr 2022 20:41:38 +0200 Subject: [PATCH] fix: link colors --- css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/bootstrap.css b/css/bootstrap.css index bb3c05c..d5d59ad 100755 --- a/css/bootstrap.css +++ b/css/bootstrap.css @@ -113,11 +113,11 @@ body { background-color: #ffffff; } a { - color: #0088cc; + color: #F79621; text-decoration: none; } a:hover { - color: #005580; + color: #FFF; text-decoration: underline; } .row {