Fix mobile background

This commit is contained in:
2025-09-06 10:49:01 +02:00
parent f2695d45cd
commit 9ea041d332

View File

@@ -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 { .page {
@media all and ($mobile) { @media all and ($mobile) {