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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index d169e13..c186e94 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -57,6 +57,9 @@ body {
-ms-hyphens: auto;
-moz-hyphens: auto;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+
padding-top: constant(safe-area-inset-top);
padding-right: constant(safe-area-inset-right);
padding-bottom: constant(safe-area-inset-bottom);