mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-22 03:44:57 +02:00
Fixed darkmode for some elements
This commit is contained in:
parent
6df65a0b9d
commit
6081fe3295
8 changed files with 48 additions and 14 deletions
|
@ -18,6 +18,6 @@
|
|||
*/
|
||||
|
||||
.tagsinput.ts-wrapper.multi .ts-control > div {
|
||||
background: var(--bs-secondary);
|
||||
color: var(--bs-white);
|
||||
background: var(--bs-secondary-bg);
|
||||
color: var(--bs-body-color);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue