added darker background color for pos

This commit is contained in:
Matthias Lotz 2026-01-06 11:29:16 +01:00
parent b151894c39
commit e443f8709d

View File

@ -55,3 +55,9 @@
overflow: hidden;
text-overflow: ellipsis;
}
.bg-200, .text-bg-200 {
--background-color: rgb(122, 122, 122);
background-color: var(--background-color) !important;
}