Skip to content

Commit

Permalink
Make the background of blockquotes light blue, so they stand out
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynforthewyn committed Sep 12, 2024
1 parent 1a37337 commit 5235333
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ body {
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

blockquote {
background-color: lightblue;
}

nav.navigation {
position: relative;
text-align: right;
Expand Down Expand Up @@ -135,4 +139,4 @@ side-by-side > div {
transform: scale(0.7);
transform-origin: top left;
}
}
}

0 comments on commit 5235333

Please sign in to comment.