Adjust header colour in new layout

This commit is contained in:
Maikel Linke
2023-12-18 16:02:11 +11:00
parent fcb540a89f
commit efee68007d
2 changed files with 1 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ $base-font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial,
// Body base colors
$color-body-bg: $white !default;
$color-body-text: $near-black !default;
$color-headers: $dark-blue !default;
$color-headers: $near-black !default;
$color-link: $teal !default;
$color-link-hover: $orient !default;
$color-link-active: $dark-blue !default;

View File

@@ -11,10 +11,6 @@
padding: 15px 0;
margin-top: 25px;
h1 {
color: $near-black;
}
.ofn-drop-down {
border: 0;
background-color: $spree-blue;