set currentColor by default for svg

This commit is contained in:
SrGooglo 2023-03-31 17:50:43 +00:00
parent db691a5dd8
commit 869ede1f36

View File

@ -71,7 +71,7 @@ html {
}
svg {
color: var(--text-color);
color: currentColor;
margin-right: 10px;
vertical-align: -0.125em;
}