diff options
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; } |