summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 71d8654..cc4fc0b 100644
--- a/style.css
+++ b/style.css
@@ -178,4 +178,8 @@ header img[src$=svg], footer img[src$=svg] {
filter: invert(100%);
-webkit-filter: invert(100%);
}
+main blockquote {
+border-left: 2px solid #ccc;
+color: white;
+}
}