Convert all icons to CSS variables, add feed button next to tags heading

This commit is contained in:
daudix
2024-12-23 23:19:37 +03:00
parent 08860f5974
commit 673f77cfd1
17 changed files with 150 additions and 180 deletions

12
sass/_feed.scss Normal file
View File

@ -0,0 +1,12 @@
h1 a:has(.icon.feed) {
color: currentColor;
}
h1 .icon.feed {
-webkit-mask-image: var(--icon-feed);
vertical-align: -0.375rem;
mask-image: var(--icon-feed);
margin-inline-start: 0.5rem;
width: 1em;
height: 1em;
}