diff options
author | Vitaly Takmazov | 2019-04-11 10:03:55 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 200f96a9e779415e2643025fc87dd21b71acbd68 (patch) | |
tree | 8175493748a39acc509dde757e47aa39c39e85f8 /vnext/src/style/main.css | |
parent | 5ec1b924d25fe3cf13de51573181ed915d8bf2b6 (diff) |
Font styling
Diffstat (limited to 'vnext/src/style/main.css')
-rw-r--r-- | vnext/src/style/main.css | 8 |
1 files changed, 5 insertions, 3 deletions
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; |