8cbc40b2f
244e76a55
f12733145
205e4f56f
dc9c9500b
c5c09c1e5
63347a0ff
dd24f1bb0
457bb213b
1 2
3
4
5
6
7
8
9
10
11
12 13 14 15
16
17
18
19
20
21
@use '_variables' as *; @use '_mixins' as *; .feed { width: 100%; color: inherit; a { color: pvar(--mainForegroundColor); display: block; min-width: 100px; &:hover { text-decoration: underline; } } } my-global-icon { width: 100%; }