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; }