general/style: make the blockquote darker

This commit is contained in:
Christian Hesse 2025-11-11 22:53:31 +01:00
parent 736c0ac08c
commit b751a6d5b6

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;