diff --git a/websiteFunctions/templates/websiteFunctions/listWebsites.html b/websiteFunctions/templates/websiteFunctions/listWebsites.html index 8b2ec1f2c..6201fcd03 100644 --- a/websiteFunctions/templates/websiteFunctions/listWebsites.html +++ b/websiteFunctions/templates/websiteFunctions/listWebsites.html @@ -134,14 +134,15 @@ } .btn-primary { - background: #5b5fcf; - color: white; + background: #5b5fcf !important; + color: white !important; } .btn-primary:hover { - background: #4a4fc4; + background: #4a4fc4 !important; box-shadow: 0 4px 12px rgba(91,95,207,0.3); transform: translateY(-1px); + color: white !important; } .btn-secondary {