Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-01-24 01:02:08 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-01-24 01:05:00 +0300
commitbe13c835eb95433ac7c42f490e23e8a4f552271b (patch)
treebf9678beb11426595514e6aae5f5a42ac9d7c025 /assets
parent698d498302b24bd393b8c50e005dbeb41cc3386b (diff)
fix typo
Diffstat (limited to 'assets')
-rw-r--r--assets/css/reset.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/css/reset.css b/assets/css/reset.css
index 325182f..1d28118 100644
--- a/assets/css/reset.css
+++ b/assets/css/reset.css
@@ -85,7 +85,7 @@ body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Oxygen, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-kerning: auto;
-moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothin: antialised;
+ -webkit-font-smoothing: antialised;
font-weight: 400;
height: 100vh;
hyphens: auto;
@@ -179,4 +179,5 @@ table {
:focus:not(:focus-visible) {
outline: none;
-} \ No newline at end of file
+}
+