From 7efd68f85769ce95671bfca41209768fda2ffc65 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 2 Mar 2022 13:02:01 -0800 Subject: [PATCH] visited --- themes/cwtch/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/cwtch/static/css/style.css b/themes/cwtch/static/css/style.css index 99adffe..e333ebb 100644 --- a/themes/cwtch/static/css/style.css +++ b/themes/cwtch/static/css/style.css @@ -111,8 +111,8 @@ h1, h2, h3 { } .btn-primary:visited { - background-color: #a04978 !important; - border-color: #a04978 !important; + background-color:#d20070; + border-color: #d20070; outline: none !important; box-shadow: none !important; }