Skip to content

Commit

Permalink
Add style to title
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc committed Nov 15, 2024
1 parent 5adad6b commit 36f4781
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions www/moros.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,11 @@ footer {
margin-top: 2em;
text-align: center;
}
h2::before {
color: #B17286;
content: "# ";
}
h3::before {
color: #B17286;
content: "## ";
}

0 comments on commit 36f4781

Please sign in to comment.