diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 4cb2c7b1d..bf4c946d5 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -567,11 +567,19 @@ div.main li { word-wrap: break-word; } + div.main li b { + color: #b70 !important; + letter-spacing: 0.07em; + font-size: 9pt; + text-shadow: 0 1px 1px #700; +} + +.links b{ color: #b70 !important; letter-spacing: 0.07em; font-size: 9.5pt; - line-height: 200%; + line-height: 165%; text-shadow: 0 1px 1px #700; } @@ -585,7 +593,7 @@ div.main li b { } .tidylist:last-child { - padding-bottom: 15px; + padding-bottom: 10px; } .tidylist code {