diff --git a/websiteFunctions/templates/websiteFunctions/listWebsites.html b/websiteFunctions/templates/websiteFunctions/listWebsites.html index 71649a70e..12f1b0308 100644 --- a/websiteFunctions/templates/websiteFunctions/listWebsites.html +++ b/websiteFunctions/templates/websiteFunctions/listWebsites.html @@ -116,6 +116,23 @@ white-space: nowrap; } + /* Ensure anchor tags styled as buttons work properly */ + a.btn { + text-decoration: none; + color: inherit; + } + + a.btn:hover { + text-decoration: none; + color: inherit; + } + + a.btn:focus, + a.btn:active { + text-decoration: none; + color: inherit; + } + .btn-primary { background: #5b5fcf; color: white; @@ -651,12 +668,12 @@