From d5020f53abad34e26a69aafccd5e83ba78f2a4de Mon Sep 17 00:00:00 2001 From: Sebastian Castro Date: Tue, 28 Apr 2020 15:46:14 +0200 Subject: [PATCH] colibris: Fix index page font and colors --- src/static/skins/colibris/index.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/static/skins/colibris/index.css b/src/static/skins/colibris/index.css index 0452d45f8..5129c43a8 100644 --- a/src/static/skins/colibris/index.css +++ b/src/static/skins/colibris/index.css @@ -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 {