Add Wikipedia icon, support for filled SVGs

This commit is contained in:
2026-02-24 13:25:17 +04:00
parent 4fdf2e2fb6
commit e980431c17
4 changed files with 13 additions and 4 deletions

View File

@@ -610,6 +610,11 @@ span.icon {
stroke-linejoin: round;
}
.icon-filled svg {
stroke: none;
fill: currentcolor;
}
.content-with-icon {
display: flex;
flex-direction: row;