1
0
mirror of https://github.com/django/django.git synced 2025-08-21 01:09:13 +00:00

Fixed #36230 -- Improved color contrast for blockquote in admin.

Thanks Thibaud Colas for the review.
This commit is contained in:
LauHerregodts 2025-07-20 21:12:46 +02:00 committed by GitHub
parent a5b0a618c3
commit 896fa85b02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -242,10 +242,10 @@ details summary {
blockquote { blockquote {
font-size: 0.6875rem; font-size: 0.6875rem;
color: #777; color: var(--body-quiet-color);
margin-left: 2px; margin-left: 2px;
padding-left: 10px; padding-left: 10px;
border-left: 5px solid #ddd; border-left: 5px solid currentColor;
} }
code, pre { code, pre {