From 6daed848d07fe7e53ba93cb2aaeb0f98875cfea4 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 18 Apr 2022 15:58:11 -0500 Subject: [PATCH] remove duplicate link styles all these subclasses or whatever are the same --- incorporealcms/static/css/base.css | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/incorporealcms/static/css/base.css b/incorporealcms/static/css/base.css index c59ce53..6dc34a2 100644 --- a/incorporealcms/static/css/base.css +++ b/incorporealcms/static/css/base.css @@ -26,22 +26,7 @@ body { margin-right: auto; } -a:link { - font-weight: bold; - text-decoration: none; -} - -a:visited { - font-weight: bold; - text-decoration: none; -} - -a:hover { - font-weight: bold; - text-decoration: none; -} - -a:active { +a { font-weight: bold; text-decoration: none; }