mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Also convert template body-background-image to var()
And cleanup more CSS
This commit is contained in:
parent
d9bece04b2
commit
5e9941d58f
15 changed files with 46 additions and 207 deletions
|
|
@ -117,11 +117,11 @@
|
|||
}
|
||||
|
||||
.e-mobile-switcher {
|
||||
color: var(--powered-color, #333);
|
||||
color: var(--login-switch-color, #333);
|
||||
margin-top: 8px;
|
||||
text-align: center;
|
||||
a {
|
||||
color: var(--powered-color, #333);
|
||||
color: var(--login-switch-color, #333);
|
||||
text-decoration: underline;
|
||||
&:hover {
|
||||
filter: brightness(1.5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue