23 lines
354 B
Stylus
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;
|
|
} |