Skip to content

Commit

Permalink
Add styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Jul 12, 2024
1 parent 94631ff commit 8ff55de
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -906,4 +906,19 @@ article .markdown .inline-medium-end,

/*
End Auto-generated index links
*/
*/

.hero2 {
color: #fff;
background: #337DBE;
border-radius: 10px;
}

.hero2 a {
color: #fff;
text-decoration: underline;
}

.hero-image {
width: 2em;
}

0 comments on commit 8ff55de

Please sign in to comment.