Skip to content

Commit

Permalink
more eat tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Jun 4, 2024
1 parent acaa572 commit 0835cca
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions wp-content/themes/mediasanctuary/css/pages/_eco-art-trail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ body.page-template-eco-art-trail {
background-color: $c-asphalt;
color: $c-white;

h1 {
padding-bottom: 30px;
#content h1 {
padding-bottom: 24px;
}

.content {
Expand All @@ -18,12 +18,16 @@ body.page-template-eco-art-trail {
}

.eat-footer {
color: mix($c-white, $c-asphalt, 0.5);
color: $c-slate;
font-size: $s-xs;
margin-top: 30px;

a {
color: $c-white;
color: $c-slate;

&:hover {
color: $c-white;
}
}
}
}

0 comments on commit 0835cca

Please sign in to comment.