diff --git a/theme/serenity/style/core.css b/theme/serenity/style/core.css index c3e0510c0b5..72f7366967a 100644 --- a/theme/serenity/style/core.css +++ b/theme/serenity/style/core.css @@ -74,7 +74,9 @@ a:hover { background: #aeb9c6 url([[pix:theme|breadcrumb]]) repeat-x 0 100%; padding: 5px; } - +.navbar a.dimmed_text { + color:#f2f2f2; +} /* Blocks -------------------------*/ @@ -326,4 +328,4 @@ body.has_dock { .mform .btn-cancel:hover, .mform .btn-cancel:focus { color: #336688; text-decoration: underline; -} \ No newline at end of file +}