diff --git a/static/index.css b/static/index.css index beaeaf9e5a..71e6a39b02 100644 --- a/static/index.css +++ b/static/index.css @@ -18,6 +18,18 @@ h1 { width: 100%; } +a { + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +a:visited { + color: blue; +} + .common, .uncommon, .rare, .epic, .legendary, .mythic { border-radius: 0.25rem; padding: 0.125rem 0.25rem 0.125rem 0.25rem;