sway-ipc/scss/fonts.scss

13 lines
187 B
SCSS
Raw Permalink Normal View History

2022-12-10 00:31:53 +00:00
.inter { font-family: 'Inter var', sans-serif; }
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
.navbar a:hover {
text-decoration: none;
}