diff options
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.css | 3 | ||||
-rw-r--r-- | core/css/styles.css | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/core/css/header.css b/core/css/header.css index 02e47ad0966..2ec82ce844a 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -48,9 +48,6 @@ height: 120px; margin: 0 auto; } -#header .logo h1 { - display: none; -} #header .logo-wide { background-image: url(../img/logo-wide.svg); diff --git a/core/css/styles.css b/core/css/styles.css index 12408c2d76c..3996aade6d4 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -193,8 +193,8 @@ input[type="button"]:hover, input[type="button"]:focus, button:hover, button:focus, .button:hover, .button:focus, select:hover, select:focus, select:active { - background-color:rgba(250,250,250,.9); - color:#333; + background-color: rgba(255, 255, 255, .95); + color: #111; } input[type="submit"] img, input[type="button"] img, button img, .button img { cursor:pointer; } #header .button { |