diff --git a/features.html b/features.html index 995f4bb..00bf8bd 100644 --- a/features.html +++ b/features.html @@ -469,10 +469,10 @@ /* Show on hover */ } ul li a:hover{ - color: blue !important; - } + color: rgb(255, 255, 255) !important; + } a:hover{ - color: blue !important; + color: white !important; }