diff options
author | Bela Gyenes <contact@gyenes.xyz> | 2024-12-21 11:36:01 +0100 |
---|---|---|
committer | Bela Gyenes <contact@gyenes.xyz> | 2024-12-21 11:36:01 +0100 |
commit | 3d61e5d59881a9ba1425afc4ebd6ac9e05fc77ed (patch) | |
tree | 9920a2ada948890780478a731cb41c20e9b12e06 | |
parent | 488fe9737b95e95b759afefe062391e6efd77df9 (diff) |
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; +} } |