Improve green contrast

This commit is contained in:
Rob Davies 2017-05-08 09:55:17 +01:00
parent b3558166d1
commit 18d1ca8265
3 changed files with 9 additions and 9 deletions

View file

@ -72,7 +72,7 @@ h1, h2 {
.region-content-bottom h2 { .region-content-bottom h2 {
font-size: 4em; } } font-size: 4em; } }
.region-content-bottom h2 span { .region-content-bottom h2 span {
color: #44efb9; } color: #0fa877; }
.region-content-bottom .block { .region-content-bottom .block {
margin: 2em 1em; } margin: 2em 1em; }
.region-content-bottom .sponsor-link a { .region-content-bottom .sponsor-link a {
@ -84,9 +84,9 @@ h1, h2 {
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
text-decoration: none; text-decoration: none;
text-transform: uppercase; text-transform: uppercase;
background-color: #44efb9; } background-color: #0fa877; }
.region-content-bottom .sponsor-link a:hover, .region-content-bottom .sponsor-link a:focus { .region-content-bottom .sponsor-link a:hover, .region-content-bottom .sponsor-link a:focus {
background: #44efb9; } background: #0fa877; }
.region-content-bottom .sponsor-link a:hover, .region-content-bottom .sponsor-link a:focus { .region-content-bottom .sponsor-link a:hover, .region-content-bottom .sponsor-link a:focus {
background: #ec16a8; } background: #ec16a8; }
.region-content-bottom img { .region-content-bottom img {
@ -121,7 +121,7 @@ ul.menu {
color: black; color: black;
text-decoration: none; } text-decoration: none; }
ul.menu li.menu-item a:hover, ul.menu li.menu-item a:focus, ul.menu li.menu-item a.is-active { ul.menu li.menu-item a:hover, ul.menu li.menu-item a:focus, ul.menu li.menu-item a.is-active {
color: #44efb9; } color: #0fa877; }
nav.menu--main { nav.menu--main {
font-weight: bold; } font-weight: bold; }
@ -178,7 +178,7 @@ nav.menu--main {
#block-homepagehero a.tickets:hover, #block-homepagehero a.tickets:focus, #block-homepagehero a.tickets:hover, #block-homepagehero a.tickets:focus,
#block-homepagehero a.submit:hover, #block-homepagehero a.submit:hover,
#block-homepagehero a.submit:focus { #block-homepagehero a.submit:focus {
background: #44efb9; } background: #0fa877; }
#block-homepagehero a.tickets { #block-homepagehero a.tickets {
background-color: #ec16a8; } background-color: #ec16a8; }
@ -286,7 +286,7 @@ nav.menu--main {
text-decoration: none; text-decoration: none;
text-transform: uppercase; } text-transform: uppercase; }
.form-submit:hover, .form-submit:focus { .form-submit:hover, .form-submit:focus {
background: #44efb9; } background: #0fa877; }
.form-text, .form-text,
.form-email { .form-email {
@ -315,7 +315,7 @@ nav.menu--main {
text-decoration: none; text-decoration: none;
text-transform: uppercase; } text-transform: uppercase; }
.views-view-table .views-field-body a:hover, .views-view-table .views-field-body a:focus { .views-view-table .views-field-body a:hover, .views-view-table .views-field-body a:focus {
background: #44efb9; } background: #0fa877; }
.view-silver-sponsors { .view-silver-sponsors {
overflow: hidden; overflow: hidden;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
// Custom variables, colours etc. // Custom variables, colours etc.
$dcb-green: #44efb9; $dcb-green: #0fa877;
$dcb-blue: #b33ee9; $dcb-blue: #b33ee9;
$dcb-purple: #ec16a8; $dcb-purple: #ec16a8;