jonnybarnes.uk/resources/assets/sass/_styles.scss

19 lines
266 B
SCSS
Vendored

//styles.scss
html {
text-rendering: optimizeLegibility;
//text-decoration-skip-ink: auto;
overflow-wrap: break-word;
font-kerning: normal;
}
h1 a {
text-decoration: none;
}
#topheader a {
text-decoration: none;
}
// tags
@import "tags";