Skip to content

Commit

Permalink
Updates color scheme for bold and urls to avoid yellow over white
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-gi committed Oct 29, 2024
1 parent 061281c commit 0abb005
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _data/template.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
9 changes: 5 additions & 4 deletions _includes/css/agency.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ a.active {
}

a {
color: #{{ site.data.template.color.primary }};
color: black;
font-weight: bold;
}

a:hover,
Expand Down Expand Up @@ -162,8 +163,8 @@ fieldset[disabled] .btn-primary.active {
}

.btn-prev {
background: #00283c;
color: white;
background: #00283c;
color: white;
letter-spacing: 1px;
}

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 0abb005

Please sign in to comment.