1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-15 00:57:32 +02:00

fix: 🐛 Bazarr: blockquote color fix

This commit is contained in:
GilbN 2022-07-15 19:08:12 +02:00
parent de15e78c70
commit bf8589feba

View File

@ -41,7 +41,8 @@ h2,
h3, h3,
h4, h4,
h5, h5,
h6 { h6,
.mantine-Blockquote-icon {
color: var(--text-hover) !important; color: var(--text-hover) !important;
} }