Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPower committed May 4, 2024
1 parent 5c86c9d commit 240b053
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,21 @@ figcaption a {

figcaption a:hover {
color: #e5e5ff;
font-size: 0.75rem;
}

pre[class*="language-"] {
font-size: 0.75rem;
}

code {
background-color: #2e3440;
border-radius: 0.3rem;
color: #f8f8f2;
padding-left: 0.25rem;
padding-right: 0.25rem;
padding-top: 0.0875rem;
padding-bottom: 0.0875rem;
}

@media screen and (max-width: 650px) {
Expand Down

0 comments on commit 240b053

Please sign in to comment.