mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-09-18 23:15:21 +00:00
Compare commits
2 Commits
f2695d45cd
...
f1b773ff52
Author | SHA1 | Date | |
---|---|---|---|
f1b773ff52 | |||
9ea041d332 |
@@ -414,6 +414,19 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
// Softer dark background for mobile
|
||||
@media all and ($mobile)
|
||||
{
|
||||
:root[saved-theme="dark"] .page > #quartz-body .sidebar.left:has(.explorer)
|
||||
{
|
||||
background-color: color-mix(in srgb, var(--lightgray)60%, var(--light));
|
||||
}
|
||||
|
||||
:root[saved-theme="dark"] .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