From d3c12ed79a8dca43c318f093fc3fc979d803e1cb Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 27 Aug 2022 23:15:30 +0200 Subject: [PATCH] CSS: Collapse link styling to :any-link --- server/templates/macros.htm | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/server/templates/macros.htm b/server/templates/macros.htm index c270065..780498e 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -13,20 +13,10 @@ table tr:nth-child(even) { background-color: #333333; } - a:link { + a:any-link { text-decoration: none; color: lightcyan; } - a:visited { - text-decoration: none; - color: lightcyan; - } - a:hover { - text-decoration: none; - } - a:active { - text-decoration: none; - } form.form-single-button { display: inline-block; }