mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-09-13 20:55:21 +00:00
Fix mobile background
This commit is contained in:
@@ -414,6 +414,19 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
// Softer dark background for mobile
|
||||
@media all and ($mobile)
|
||||
{
|
||||
.page > #quartz-body .sidebar.left:has(.explorer)
|
||||
{
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
.explorer:not(.collapsed)>.explorer-content {
|
||||
background-color: color-mix(in srgb, var(--lightgray)60%, var(--light));
|
||||
}
|
||||
}
|
||||
|
||||
.page {
|
||||
|
||||
@media all and ($mobile) {
|
||||
|
Reference in New Issue
Block a user