13 lines
187 B
SCSS
13 lines
187 B
SCSS
|
.inter { font-family: 'Inter var', sans-serif; }
|
||
|
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
&:hover {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.navbar a:hover {
|
||
|
text-decoration: none;
|
||
|
}
|