diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index dbbcf3ff1..c1067fd69 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -668,14 +668,14 @@ code { } a:link{ - color: #53f; + color: #503; text-decoration: none; font-weight: bold; word-wrap: break-word; } a:visited{ - color: #517; + color: #218; text-decoration: none; font-weight: bold; }