From e728f7bb5cd0fc644b446f3343d368f7b6ea37b4 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 23 Oct 2019 11:35:16 +0300 Subject: style: drop box-shadow because of blurry font --- src/main/assets/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 1a81fcd3..488e97dc 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -23,7 +23,6 @@ input, textarea { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-size: 12pt; - -webkit-font-smoothing: subpixel-antialiased; } h1, h2 { @@ -100,7 +99,7 @@ html { } body > header { background: #fff; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.28); + border-bottom: 1px solid #eee; position: fixed; top: 0; width: 100%; -- cgit v1.2.3