diff options
author | Pranshu Sharma <pranshu@pebl> | 2024-12-22 01:17:08 +1000 |
---|---|---|
committer | Pranshu Sharma <pranshu@pebl> | 2024-12-22 01:17:08 +1000 |
commit | dd08fe40a3babadff000bd3020a6b150e41e2d92 (patch) | |
tree | 26d7d9962e28be7d761d11d19cb43e8abdf5447e | |
parent | 120cdf9490bfbcaa62f774e4926b1184309ad292 (diff) |
Revert "Dark mode: blockquote white text color"
This reverts commit 3d61e5d59881a9ba1425afc4ebd6ac9e05fc77ed.
-rw-r--r-- | style.css | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; -} } |