MultiColumn - Improved contrast between the columns and the background in dark mode

This commit is contained in:
Niléane 2023-12-21 13:09:06 +01:00
parent 8a23601dc2
commit 937f924e7f
No known key found for this signature in database
3 changed files with 15 additions and 3 deletions

View file

@ -263,7 +263,7 @@
}
@media (prefers-color-scheme: dark) {
.layout-multiple-columns {
--color-bg: #030303;
--color-bg: #111111;
}
}
@ -5580,3 +5580,7 @@ a:is(.active,
.app-body .switch-to-advanced .switch-to-advanced__toggle {
color: var(--color-accent);
}
.layout-multiple-columns .link-footer {
margin-left: 0;
}

View file

@ -263,7 +263,7 @@
}
@media (prefers-color-scheme: dark) {
.layout-multiple-columns {
--color-bg: #030303;
--color-bg: #111111;
}
}
@ -5580,3 +5580,7 @@ a:is(.active,
.app-body .switch-to-advanced .switch-to-advanced__toggle {
color: var(--color-accent);
}
.layout-multiple-columns .link-footer {
margin-left: 0;
}

View file

@ -263,7 +263,7 @@
}
@media (prefers-color-scheme: dark) {
.layout-multiple-columns {
--color-bg: #030303;
--color-bg: #111111;
}
}
@ -5580,3 +5580,7 @@ a:is(.active,
.app-body .switch-to-advanced .switch-to-advanced__toggle {
color: var(--color-accent);
}
.layout-multiple-columns .link-footer {
margin-left: 0;
}