Squashed commit of the following:

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
This commit is contained in:
Jonny Barnes 2018-01-15 15:07:50 +00:00
parent e4fe2ecde3
commit f4a8abcba2
7 changed files with 12 additions and 3 deletions

View file

@ -1,5 +1,13 @@
//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;
}