Skip to content

Commit

Permalink
Merge pull request #151 from DenverCoder544/getting_started_link_css
Browse files Browse the repository at this point in the history
link decoration inside content-wrapper
  • Loading branch information
ZakarFin authored Sep 30, 2024
2 parents f66af22 + 5d67bd1 commit b35c51c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,14 @@ h3 {
z-index: 2;
/*make sure we can use z-index and thus sure this stays on top of the balloons*/
position: relative;

a[href] {
position: relative;
text-decoration: underline;
text-decoration-color: var(--color-accent);
text-decoration-thickness: 3px;
text-underline-offset: 0.25rem;
}
}

.content-grid,
Expand Down

0 comments on commit b35c51c

Please sign in to comment.