16 lines
151 B
SCSS
16 lines
151 B
SCSS
html {
|
|
font-family: 'Poppins', sans-serif;
|
|
font-size: 16px;
|
|
}
|
|
|
|
a,
|
|
a:visited {
|
|
color: $dcb-grey;
|
|
|
|
&:hover,
|
|
&:focus {
|
|
color: black;
|
|
}
|
|
}
|
|
|