Use bg filter color for blockquote icon

This commit is contained in:
Foster Hangdaan 2023-08-04 18:22:09 -04:00
parent cb547e9b0f
commit c00c83b3c7
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -108,6 +108,7 @@ blockquote {
top: 50%;
margin-top: -12px;
left: calc(-0.75rem - 24px);
filter: var(--filter-bg);
content: url("https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/quote.svg");
}
&.info {