new featuregit status dark mode

This commit is contained in:
Joeri Exelmans 2025-11-13 19:25:43 +01:00
parent 9646d716c6
commit 6efc27453e
14 changed files with 189 additions and 149 deletions

View file

@ -5,6 +5,6 @@
}
.bottom {
border-top: 1px lightgrey solid;
background-color: rgb(255, 249, 235);
}
border-top: 1px var(--separator-color) solid;
background-color: var(--bottom-panel-bg-color);
}