theme: adjust blockquote contrast #27

Make blockquote bar background transparent for nicer visual in notice box
This commit is contained in:
Sören Weber 2021-07-25 13:27:06 +02:00
parent 4d5d7f6815
commit 798ae66da8
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -462,16 +462,16 @@ h1 {
font-weight: 200; font-weight: 200;
} }
blockquote { blockquote {
border-left: 10px solid #F0F2F4; border-left: 10px solid rgba(0, 8, 16, 0.2);
} }
blockquote p { blockquote p {
font-size: 1.1rem; font-size: 1.1rem;
color: #999; color: #56585d;
} }
blockquote cite { blockquote cite {
display: block; display: block;
text-align: right; text-align: right;
color: #666; color: #222;
font-size: 1.2rem; font-size: 1.2rem;
} }
div.notices { div.notices {