From b4228e8a54a46becace8be64d7a657a461db2113 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 14 Feb 2021 15:26:30 +0530 Subject: [PATCH] webapp: fixed css issues with date picker. --- DnsServerCore/www/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DnsServerCore/www/css/main.css b/DnsServerCore/www/css/main.css index 4dbd68af..59003ea6 100644 --- a/DnsServerCore/www/css/main.css +++ b/DnsServerCore/www/css/main.css @@ -9,11 +9,11 @@ body { } a { - color: #6699ff !important; + color: #6699ff; } a:hover { - color: #6699ff !important; + color: #6699ff; } #header { @@ -118,7 +118,7 @@ a { } #footer .content a { - color: rgb(119,119,119); + color: #6699ff; text-decoration: none; }