summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index c44cf6a..9bf2cc8 100644
--- a/static/style.css
+++ b/static/style.css
@@ -50,11 +50,14 @@ pre {
code {
font-family: var(--titlecodefont);
- background: var(--sbg);
border-radius: 3px;
font-size: 85%;
}
+p code {
+ background: var(--sbg);
+}
+
blockquote {
background: rgba(219, 75, 77, 0.2);
padding: 0.3em 0.9em;
@@ -116,7 +119,6 @@ h4,
h5,
h6 {
font-style: italic;
- ;
}
hr {