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:
parent
e4fe2ecde3
commit
f4a8abcba2
7 changed files with 12 additions and 3 deletions
8
resources/assets/sass/_styles.scss
vendored
8
resources/assets/sass/_styles.scss
vendored
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue