update vars.scss
This commit is contained in:
parent
15216d0cad
commit
44e5698b1a
1 changed files with 5 additions and 2 deletions
|
@ -90,8 +90,8 @@ $text-color: #000;
|
|||
|
||||
/* Tabs */
|
||||
--tab-bg: transparent;
|
||||
--tab-color: #666;
|
||||
--tab-active-color: var(--header-active-color);
|
||||
--tab-color: rgba(0, 0, 0, 0.5);
|
||||
--tab-active-color: var(--color-primary);
|
||||
--tab-border-size: 2px;
|
||||
--tab-border: var(--tab-border-size) solid var(--tab-active-color);
|
||||
|
||||
|
@ -125,4 +125,7 @@ $text-color: #000;
|
|||
--tooltip-bg: var(--color-bg);
|
||||
--tooltip-color: var(--text-color);
|
||||
--tooltip-border: 1px solid #aaa;
|
||||
|
||||
/* Divider */
|
||||
--divider: 1px solid rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue