Skip to content

Commit

Permalink
deploy: 7b8c55b
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold committed Oct 28, 2023
1 parent e5e0a33 commit cc1359f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion site.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ header {
.pane a:hover, .pane a:focus, .pane li.active > a {
color: black;
}
.dark .pane a:hover, .pane a:focus, .pane li.active > a {
.dark .pane a:hover, .dark .pane a:focus, .dark .pane li.active > a {
color: white;
}

Expand Down 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 cc1359f

Please sign in to comment.