mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-09-13 04:35:21 +00:00
Dark mode usage was broken
This commit is contained in:
@@ -101,12 +101,12 @@ table {
|
|||||||
& .ileft {
|
& .ileft {
|
||||||
padding-left: 1.7rem;
|
padding-left: 1.7rem;
|
||||||
|
|
||||||
background-image: linear-gradient(black, black), linear-gradient(black, black);
|
background-image: linear-gradient(var(--darkgray), var(--darkgray)), linear-gradient(var(--darkgray), var(--darkgray));
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 8px 2px;
|
background-size: 8px 2px;
|
||||||
background-position: top left, bottom left;
|
background-position: top left, bottom left;
|
||||||
|
|
||||||
border-left: solid black;
|
border-left: solid var(--darkgray);
|
||||||
border-width: 0 2px;
|
border-width: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user