MultiColumn - Fixed background color for the purple variant
This commit is contained in:
parent
c17e8b4cbf
commit
0891ff4f37
4 changed files with 22 additions and 2 deletions
|
|
@ -4300,7 +4300,12 @@ a:is(.active,
|
|||
|
||||
/* Multi-column layout */
|
||||
.layout-multiple-columns {
|
||||
--color-bg: #f5f2ef;
|
||||
--color-bg: #f2eff5;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.layout-multiple-columns {
|
||||
--color-bg: #030303;
|
||||
}
|
||||
}
|
||||
:root:has(.layout-multiple-columns) *::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
|
|
|
|||
|
|
@ -4302,6 +4302,11 @@ a:is(.active,
|
|||
.layout-multiple-columns {
|
||||
--color-bg: #f5f2ef;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.layout-multiple-columns {
|
||||
--color-bg: #030303;
|
||||
}
|
||||
}
|
||||
:root:has(.layout-multiple-columns) *::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue