fix: dark mode for user and team settings
This commit is contained in:
parent
cbecea62ae
commit
ed85557cf3
3 changed files with 8 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ ul.teams {
|
|||
border-bottom: 1px solid $border;
|
||||
|
||||
a {
|
||||
color: #363636;
|
||||
color: var(--text);
|
||||
display: block;
|
||||
padding: 0.5rem 1rem;
|
||||
transition: background-color $transition;
|
||||
|
|
|
|||
Reference in a new issue