mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Public scss
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
08f1edd119
commit
1d95e6532f
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
.header-right {
|
||||
|
||||
#header-primary-action a {
|
||||
color: $color-primary-text;
|
||||
color: var(--color-primary-text);
|
||||
}
|
||||
|
||||
.menutoggle,
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
padding: 14px;
|
||||
padding-right: 40px;
|
||||
background-position: right 15px center;
|
||||
color: $color-primary-text;
|
||||
color: var(--color-primary-text);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue