Frio: Make login form background color respect dark theme
This commit is contained in:
parent
1414dcb0a2
commit
65bb4b2751
2 changed files with 16 additions and 1 deletions
|
|
@ -4093,7 +4093,7 @@ div.login-form, .login-content-wrapper,
|
|||
|
||||
.mod-home.is-not-singleuser .login-form,
|
||||
.mod-login #content .login-form {
|
||||
background-color: #fff;
|
||||
background-color: $background_color;
|
||||
padding: 1.5em;
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
|||
15
view/theme/frio/scheme/light.css
Normal file
15
view/theme/frio/scheme/light.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
/*
|
||||
Licence : AGPL
|
||||
Created on : 12.02.2026
|
||||
Author : Marcus Funch
|
||||
*/
|
||||
|
||||
.mod-home.is-not-singleuser .login-form {
|
||||
background: #fcfcfc;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue