diff --git a/_data/template.yml b/_data/template.yml index 6e6e9e3..fc16541 100644 --- a/_data/template.yml +++ b/_data/template.yml @@ -1,7 +1,7 @@ # Color settings (hex-codes without the leading hash-tag) color: primary: feda09 - secondary: fedd6e + secondary: fedd6e secondary-dark: 00283c muted: 777 diff --git a/_includes/css/agency.css b/_includes/css/agency.css index 71c2444..f1ec45c 100644 --- a/_includes/css/agency.css +++ b/_includes/css/agency.css @@ -66,7 +66,8 @@ a.active { } a { - color: #{{ site.data.template.color.primary }}; + color: black; + font-weight: bold; } a:hover, @@ -162,8 +163,8 @@ fieldset[disabled] .btn-primary.active { } .btn-prev { - background: #00283c; - color: white; + background: #00283c; + color: white; letter-spacing: 1px; } @@ -385,7 +386,7 @@ header .event-text .event-heading { line-height: 40px; } -@media(min-width:768px) { +@media(min-width:768px) { header .event-text { padding-top: 300px; padding-bottom: 200px;