colibris: Fix index page font and colors

This commit is contained in:
Sebastian Castro 2020-04-28 15:46:14 +02:00 committed by muxator
parent af67f02da2
commit d5020f53ab

View file

@ -6,7 +6,7 @@ form {
body {
background: url(images/fond.jpg) center center no-repeat fixed #fff;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
font-family: Quicksand, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 16px;
line-height: 1.42857143;
color: #333;
@ -24,6 +24,10 @@ body {
box-shadow: none
}
input {
color: #4a5d5c;
}
#inner {
background: transparent;
padding-top: 0;
@ -65,14 +69,15 @@ button[type=submit] {
background: #586a69;
border: none;
top: 0;
opacity: 1;
transition: .2s background;
}
#button:hover,
button[type=submit]:hover {
cursor: pointer;
background: #64d29b;
border: 2px solid #586a69;
color: #586a69;
background: #4a5d5c;
color: #64d29b;
}
#padname {