commit 33d2d75d496069f1bc07dc7edce1f2940ade8944 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Mon Jan 15 15:07:38 2018 +0000 Update changelog commit 106555936663d4d7257e43f03fff94c8d58d427c Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Mon Jan 15 15:07:02 2018 +0000 Add some basic text styles
20 lines
293 B
SCSS
Vendored
20 lines
293 B
SCSS
Vendored
//styles.scss
|
|
|
|
html {
|
|
text-rendering: optimizeLegibility;
|
|
//text-decoration-skip-ink: auto;
|
|
overflow-wrap: break-word;
|
|
word-break: break-all;
|
|
font-kerning: normal;
|
|
}
|
|
|
|
h1 a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
#topheader a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
// tags
|
|
@import "tags";
|