diff --git a/installer/resources/themes/console/dark/console_big.css b/installer/resources/themes/console/dark/console_big.css index 21b616db3..66076bc46 100644 --- a/installer/resources/themes/console/dark/console_big.css +++ b/installer/resources/themes/console/dark/console_big.css @@ -16,7 +16,7 @@ div.routersummary table { } div.routersummary h3, div.routersummary h4, div.routersummary p, div.routersummary h3 a, div.routersummary a { - text-shadow: 0 0 0 #fff !important; + text-shadow: 0 0 0 0 !important; } div.routersummary h4 { diff --git a/installer/resources/themes/console/light/console_big.css b/installer/resources/themes/console/light/console_big.css index 8f3e3a346..f1eccc81c 100644 --- a/installer/resources/themes/console/light/console_big.css +++ b/installer/resources/themes/console/light/console_big.css @@ -11,7 +11,7 @@ div.routersummary a { } div.routersummary h3, div.routersummary h4, div.routersummary p, div.routersummary h3 a, div.routersummary a { - text-shadow: 0 0 0 #fff !important; + text-shadow: 0 0 0 0 !important; } @@ -90,4 +90,4 @@ div.tunnels a { code, tt { font-size: 10pt !important; -} \ No newline at end of file +}