1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-06-16 09:48:58 +02:00

Add more contrast to form controls

This commit is contained in:
Joshua Tauberer
2021-09-19 09:48:46 -04:00
committed by GitHub
parent c9926ebd3a
commit d5c60e6302

View File

@@ -73,6 +73,11 @@
html {
background-color: #111;
}
/* Override Boostrap theme here to give more contrast. The black turns to white by the filter. */
.form-control {
color: black !important;
}
/* Revert the invert for the navbar */
button, div.navbar {