fix issues with icon coloring in chrome by switching to img tags

This commit is contained in:
2025-10-28 18:34:42 +00:00
parent 7db0bea35c
commit 2877f7709a
11 changed files with 115 additions and 108 deletions

View File

@@ -100,6 +100,10 @@ img, svg {
color: var(--main-text-color)
}
a img {
vertical-align: unset;
}
hr {
border-color: var(--main-text-color);
}