Add secondary color to .sidebar-nav-subheader (#2110)
Add --theme-secondary-color to .sidebar-nav-subheader
This commit is contained in:
parent
825128edc4
commit
2a20eedea3
1 changed files with 1 additions and 0 deletions
|
|
@ -919,6 +919,7 @@
|
|||
background: var(--theme-background, darken($light-gray, 4%));
|
||||
a {
|
||||
color: $black;
|
||||
color: var(--theme-secondary-color, $black);
|
||||
}
|
||||
}
|
||||
.sidebar-nav-default-tags {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue