diff options
author | Vitaly Takmazov | 2019-05-31 13:50:43 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 1dd0822760565d645179231bfb9e1d144842b482 (patch) | |
tree | e05da7456398fd7a69e38caff1cd02306453ae59 /vnext/src/index.css | |
parent | 086fa7345b3df340dba3769e91f2ba91f1930eeb (diff) |
Remove box shadows
Diffstat (limited to 'vnext/src/index.css')
-rw-r--r-- | vnext/src/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index 9e06c608..4b4c8c87 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -100,7 +100,7 @@ hr { #header { grid-area: header; background: #fff; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.28); + border: 1px solid #eee; transition: transform 0.2s; overflow-x: hidden; } |