Improve green contrast
This commit is contained in:
parent
b3558166d1
commit
18d1ca8265
|
@ -72,7 +72,7 @@ h1, h2 {
|
|||
.region-content-bottom h2 {
|
||||
font-size: 4em; } }
|
||||
.region-content-bottom h2 span {
|
||||
color: #44efb9; }
|
||||
color: #0fa877; }
|
||||
.region-content-bottom .block {
|
||||
margin: 2em 1em; }
|
||||
.region-content-bottom .sponsor-link a {
|
||||
|
@ -84,9 +84,9 @@ h1, h2 {
|
|||
padding: 0.5rem 1rem;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
background-color: #44efb9; }
|
||||
background-color: #0fa877; }
|
||||
.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 {
|
||||
background: #ec16a8; }
|
||||
.region-content-bottom img {
|
||||
|
@ -121,7 +121,7 @@ ul.menu {
|
|||
color: black;
|
||||
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 {
|
||||
color: #44efb9; }
|
||||
color: #0fa877; }
|
||||
|
||||
nav.menu--main {
|
||||
font-weight: bold; }
|
||||
|
@ -178,7 +178,7 @@ nav.menu--main {
|
|||
#block-homepagehero a.tickets:hover, #block-homepagehero a.tickets:focus,
|
||||
#block-homepagehero a.submit:hover,
|
||||
#block-homepagehero a.submit:focus {
|
||||
background: #44efb9; }
|
||||
background: #0fa877; }
|
||||
#block-homepagehero a.tickets {
|
||||
background-color: #ec16a8; }
|
||||
|
||||
|
@ -286,7 +286,7 @@ nav.menu--main {
|
|||
text-decoration: none;
|
||||
text-transform: uppercase; }
|
||||
.form-submit:hover, .form-submit:focus {
|
||||
background: #44efb9; }
|
||||
background: #0fa877; }
|
||||
|
||||
.form-text,
|
||||
.form-email {
|
||||
|
@ -315,7 +315,7 @@ nav.menu--main {
|
|||
text-decoration: none;
|
||||
text-transform: uppercase; }
|
||||
.views-view-table .views-field-body a:hover, .views-view-table .views-field-body a:focus {
|
||||
background: #44efb9; }
|
||||
background: #0fa877; }
|
||||
|
||||
.view-silver-sponsors {
|
||||
overflow: hidden;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
// Custom variables, colours etc.
|
||||
|
||||
$dcb-green: #44efb9;
|
||||
$dcb-green: #0fa877;
|
||||
$dcb-blue: #b33ee9;
|
||||
$dcb-purple: #ec16a8;
|
||||
|
||||
|
|
Reference in a new issue