Fix: Reduced the brightness of the active tab button
This commit is contained in:
parent
fc18af0970
commit
fb078c99f7
1 changed files with 1 additions and 1 deletions
|
|
@ -2968,7 +2968,7 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||||
/* box-shadow: var(--shadow); */
|
/* box-shadow: var(--shadow); */
|
||||||
/* width: 50vw; */
|
/* width: 50vw; */
|
||||||
color: black;
|
color: black;
|
||||||
background-color: white;
|
background-color: var(--textColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @media (min-width: 62em) { */
|
/* @media (min-width: 62em) { */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue