Skip to content

Commit

Permalink
Update css to specify em and strong styling
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold committed Oct 27, 2023
1 parent a5a9b6e commit 8638b52
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Static/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,14 @@ header {
word-spacing: 1;
}

.post em {
font-style: italic;
}

.post strong {
font-weight: 600;
}

.post code {
font-size: 15px;
line-height: 1.2;
Expand Down

0 comments on commit 8638b52

Please sign in to comment.