Markwon/docs/.vuepress/override.styl
2019-01-07 17:13:45 +03:00

22 lines
333 B
Stylus

$textColor = #000000
$accentColor = #4CAF50
a.sidebar-link {
font-weight: bold;
}
.sidebar-sub-headers a.sidebar-link {
font-weight: normal;
}
.sidebar-group a.sidebar-link {
font-weight: normal;
}
.sidebar-heading {
color: $textColor;
}
.sidebar-heading.open, .sidebar-heading:hover {
color: $accentColor;
}