diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 9f634a1bcd0d03a12bc2d1b4506d3d2ffd68f449..a33ad6688bce376dca43308e2e5987471bd392b5 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -759,6 +759,19 @@ h2 { opacity: 1; } +h2 a, h3 a { + text-transform: capitalize; + letter-spacing: 0.03em; +} + +h2 a:hover, h3 a:hover { + text-shadow: none; +} + +.routersummary h3 a{ + text-transform: uppercase; +} + h2 a:hover { text-shadow: 0px 0px 1px rgba(255, 255, 72, 0.9); border-bottom: 1px #ff6600;