Fixed color to use custom property. (#2240)
This commit is contained in:
parent
e5b9a1b7b1
commit
b22b3e3048
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@
|
|||
.primary-sticky-nav-org-summary{
|
||||
font-weight: 400;
|
||||
color: $black;
|
||||
color: var(--theme-container-color, $black);
|
||||
padding: 4px 0px;
|
||||
font-size:0.95em;
|
||||
margin-top: 20px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue