From 200f96a9e779415e2643025fc87dd21b71acbd68 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 11 Apr 2019 10:03:55 +0300 Subject: Font styling --- vnext/src/style/main.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'vnext/src') diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 496a7771..0bbf0bf4 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -28,6 +28,9 @@ body { body { text-size-adjust: 100%; word-break: break-word; + color: #363636; + line-height: 1.4; + text-rendering: optimizeLegibility; } textarea { @@ -38,9 +41,8 @@ html, input, textarea, button { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: subpixel-antialiased; - font-size: 12pt; } h1, @@ -133,7 +135,7 @@ hr { grid-area: footer; background: #f8f8f8; border-top: 1px solid #ccc; - color: #222; + color: #363636; padding: 10px; transition: margin-left 0.4s; overflow-x: hidden; -- cgit v1.2.3