blog/sass/parts/_tags.scss

12 lines
192 B
SCSS
Raw Normal View History

2022-11-12 01:07:47 +00:00
.tags li::before {
content: "🏷 ";
}
.tags a {
border-bottom: 3px solid var(--primary-color);
}
.tags a:hover {
color: var(--hover_color);
background-color: var(--primary-color);
}