Commit dd398f73 by Torkel Ödegaard

Css tweak to dark theme, mark submenu carets (ie arrows) white, Fixes #1098

parent de10bd4e
......@@ -575,3 +575,12 @@ a:hover {
// MEDIA QUERIES
// -----------------------------------------------------
.caret {
color: @textColor
}
.dropdown-submenu > a:after {
border-left-color: @textColor;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment