From f7c907b5a2517016b41ef6db912c2181ce150b0a Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 15 Oct 2021 12:23:22 +0200 Subject: [PATCH] templates/macros: expand CSS for links --- server/templates/macros.htm | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/server/templates/macros.htm b/server/templates/macros.htm index bea2e47..3c7e149 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -5,10 +5,18 @@ padding: .2em; border: solid black 1px; } - a:link { text-decoration: none; } - a:visited { text-decoration: none; } - a:hover { text-decoration: none; } - a:active { text-decoration: none; } + a:link { + text-decoration: none; + } + a:visited { + text-decoration: none; + } + a:hover { + text-decoration: none; + } + a:active { + text-decoration: none; + } .button { padding: .1rem .2rem; margin: 0 .1rem;