diff options
author | Vitaly Takmazov | 2019-10-23 11:35:16 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-10-23 11:35:16 +0300 |
commit | e728f7bb5cd0fc644b446f3343d368f7b6ea37b4 (patch) | |
tree | e39a915cb2e806bdccb0d959dac0664662a0e574 | |
parent | f62db11edaa4c7420591e03a04b63cb3e3e136c2 (diff) |
style: drop box-shadow because of blurry font
-rw-r--r-- | src/main/assets/style.css | 3 |
1 files changed, 1 insertions, 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%; |