Convert all icons to CSS variables, add feed button next to tags heading
This commit is contained in:
12
sass/_feed.scss
Normal file
12
sass/_feed.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user