Fix color search
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Michel Roux 2020-04-10 12:28:11 +02:00
parent ba88b89498
commit 868ed7af44
1 changed files with 4 additions and 1 deletions

View File

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