diff options
author | Peter Cai <[email protected]> | 2020-04-17 13:43:47 +0800 |
---|---|---|
committer | Peter Cai <[email protected]> | 2020-04-17 13:43:47 +0800 |
commit | d78ef4fbb8cda42515663a55ced864442139f007 (patch) | |
tree | 475c90b825ce4cd55b97da3c0804def794c18e63 | |
parent | 81fda6e1c853a95be4c1a89c3464054bd4be3f0b (diff) | |
download | paprika-d78ef4fbb8cda42515663a55ced864442139f007.tar.gz |
theme: default: get rid of global text-shadow
-rw-r--r-- | theme/default/static/style.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/theme/default/static/style.css b/theme/default/static/style.css index e95a7c8..ceba5a3 100644 --- a/theme/default/static/style.css +++ b/theme/default/static/style.css @@ -7,7 +7,6 @@ body { padding: 0; font-family: "Fira Sans", sans-serif; font-size: 18px; - text-shadow: 0 0 3px #dddddd; color: rgb(100, 100, 100); scrollbar-color: #e91e63 #00000000; scrollbar-width: thin; @@ -457,12 +456,6 @@ tr:hover { @media screen and (max-width: 600px) { /* From this width, use mobile layout */ - body, - html { - /* Performance of text-shadow on some mobile browsers is terrible */ - text-shadow: none; - } - .sidebar { position: relative; float: none; |