summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranshu Sharma <pranshu@pebl>2024-12-22 01:19:16 +1000
committerPranshu Sharma <pranshu@pebl>2024-12-22 01:19:16 +1000
commit56388848e8ed3d86936069fd6bc44f6d6eb3c026 (patch)
treee26cee365df31c6471e75fc4fb6588fd7ac00fc3
parentdd08fe40a3babadff000bd3020a6b150e41e2d92 (diff)
Unrevert
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 8a7d4eb..6347e1c 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;
+}
}