mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
Add more contrast to form controls
This commit is contained in:
parent
c9926ebd3a
commit
d5c60e6302
@ -73,6 +73,11 @@
|
|||||||
html {
|
html {
|
||||||
background-color: #111;
|
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 */
|
/* Revert the invert for the navbar */
|
||||||
button, div.navbar {
|
button, div.navbar {
|
||||||
|
Loading…
Reference in New Issue
Block a user