diff --git a/open_workshop_pos/static/src/css/pos.css b/open_workshop_pos/static/src/css/pos.css index cfdfc4d..603dd62 100644 --- a/open_workshop_pos/static/src/css/pos.css +++ b/open_workshop_pos/static/src/css/pos.css @@ -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; +} \ No newline at end of file