general/style: make the blockquote darker

This commit is contained in:
Christian Hesse 2025-11-11 22:53:31 +01:00
parent 6e4e3a50e5
commit 7c950b5bc2

View file

@ -18,7 +18,7 @@ a:hover {
blockquote {
border-left: 4px solid #ccc;
padding: 0 10px;
color: #777;
color: #555;
}
code {
margin: 0 2px;