summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranshu Sharma <pranshu@pebl>2024-12-22 01:17:08 +1000
committerPranshu Sharma <pranshu@pebl>2024-12-22 01:17:08 +1000
commitdd08fe40a3babadff000bd3020a6b150e41e2d92 (patch)
tree26d7d9962e28be7d761d11d19cb43e8abdf5447e
parent120cdf9490bfbcaa62f774e4926b1184309ad292 (diff)
Revert "Dark mode: blockquote white text color"
This reverts commit 3d61e5d59881a9ba1425afc4ebd6ac9e05fc77ed.
-rw-r--r--style.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/style.css b/style.css
index 6347e1c..8a7d4eb 100644
--- a/style.css
+++ b/style.css
@@ -178,8 +178,4 @@ header img[src$=svg], footer img[src$=svg] {
filter: invert(100%);
-webkit-filter: invert(100%);
}
-main blockquote {
-border-left: 2px solid #ccc;
-color: white;
-}
}