Markwon/docs/.vuepress/override.styl
2019-01-08 14:13:52 +03:00

23 lines
354 B
Stylus

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