Skip to content

Commit

Permalink
add styles for strong text, and lists
Browse files Browse the repository at this point in the history
  • Loading branch information
twentytitus committed Nov 23, 2024
1 parent c1a8913 commit 5484925
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,14 @@ p {
.hamburg {
font-family: 'Maru', Tahoma, Arial, Helvetica, sans-serif;

ul {
list-style-position: inside;
strong {
background: rgba($hh_orange, 0.25);
}

ul,
ol {
font-size: 1.25rem;
margin-left: 10px;
}

h1,
Expand Down

0 comments on commit 5484925

Please sign in to comment.