Copy CSS files to installation folder
This commit is contained in:
parent
937f924e7f
commit
e61ee8a593
3 changed files with 15 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue