added darker background color for pos
This commit is contained in:
parent
b151894c39
commit
e443f8709d
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user