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 { body {
background: url(images/fond.jpg) center center no-repeat fixed #fff; 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; font-size: 16px;
line-height: 1.42857143; line-height: 1.42857143;
color: #333; color: #333;
@ -24,6 +24,10 @@ body {
box-shadow: none box-shadow: none
} }
input {
color: #4a5d5c;
}
#inner { #inner {
background: transparent; background: transparent;
padding-top: 0; padding-top: 0;
@ -65,14 +69,15 @@ button[type=submit] {
background: #586a69; background: #586a69;
border: none; border: none;
top: 0; top: 0;
opacity: 1;
transition: .2s background;
} }
#button:hover, #button:hover,
button[type=submit]:hover { button[type=submit]:hover {
cursor: pointer; cursor: pointer;
background: #64d29b; background: #4a5d5c;
border: 2px solid #586a69; color: #64d29b;
color: #586a69;
} }
#padname { #padname {