add some color to the market panel in white mode for consistency

This commit is contained in:
woodser 2025-05-14 10:57:33 -04:00
parent 2b47505df8
commit f9b88a6e97
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -110,9 +110,9 @@
-bs-soft-red: #aa4c3b;
-bs-turquoise-light: #11eeee;
-bs-color-border-form-field: -bs-background-gray;
-bs-color-background-pane: derive(-bs-background-color, -5%);
-bs-color-background-row-even: derive(-bs-background-color, 5%);
-bs-color-background-row-odd: derive(-bs-background-color, -5%);
-bs-color-background-pane: -bs-background-color;
-bs-color-background-row-even: -bs-color-background-pane;
-bs-color-background-row-odd: derive(-bs-color-background-pane, -6%);
-bs-color-table-cell-faded: -bs-color-gray-ccc;
-bs-color-background-popup: white;
-bs-color-background-form-field: white;