Skip to content

Commit

Permalink
Update the styling for the excerpt overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7pt0gr4ph7 authored Feb 9, 2024
1 parent 89a75ff commit e7b3f8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _sass/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
}
}

.article__header--overlay .small-overlay .overlay__excerpt {
font-size: 2rem;
font-weight: 700;
color: #fff;
text-shadow: 1px 1px 0px rgba(var(--background-color-rgb), 0.5);
}

.hero--dark h1 {
color: #fff;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
Expand Down

0 comments on commit e7b3f8a

Please sign in to comment.