lighten form field background in dark mode

This commit is contained in:
woodser 2025-05-18 14:00:09 -04:00
parent 1cd74acf2e
commit 665707a6c8
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -46,7 +46,7 @@
-bs-color-gray-background: black;
-bs-color-background-popup: rgb(38, 38, 38);
-bs-color-background-popup-overlay: rgb(9, 9, 9);
-bs-color-background-form-field: rgb(18, 18, 18);
-bs-color-background-form-field: rgb(26, 26, 26);
-bs-color-background-form-field-readonly: rgb(18, 18, 18);
-bs-color-border-form-field: rgb(65, 65, 65);
-bs-color-background-pane: rgb(15, 15, 15);