Fix color search
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Michel Roux 2020-04-10 12:28:11 +02:00
parent ba88b89498
commit 868ed7af44

View File

@ -8,6 +8,10 @@ nav, nav > div {
align-items: center; align-items: center;
} }
.input, .select select, .textarea {
color: black;
}
a.navbar-item, a.navbar-item:hover { a.navbar-item, a.navbar-item:hover {
color: whitesmoke; color: whitesmoke;
} }
@ -34,7 +38,6 @@ img.favicon {
button.fa-button { button.fa-button {
padding: 0; padding: 0;
cursor: pointer; cursor: pointer;
background: none;
border: none; border: none;
} }