mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Update theming.scss
This commit is contained in:
parent
13166feed3
commit
7c2f374a16
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@
|
|||
label,
|
||||
p,
|
||||
#alternative-logins legend {
|
||||
color: $color-primary-text !important;
|
||||
color: $color-primary-text;
|
||||
}
|
||||
input[type='checkbox'].checkbox--white + label:before {
|
||||
border-color: nc-darken($color-primary-element, 40%) !important;
|
||||
|
|
@ -171,7 +171,7 @@ input.primary,
|
|||
#body-login {
|
||||
|
||||
a, label, p {
|
||||
color: $color-primary-text !important;
|
||||
color: $color-primary-text;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue