diff options
Diffstat (limited to 'vnext/src')
-rw-r--r-- | vnext/src/index.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index 7b1ae4ee..e30ba03d 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -106,7 +106,7 @@ hr { #header { grid-area: header; background: #fff; - border: 1px solid #eee; + border-bottom: 1px solid #eee; transition: transform 0.2s; overflow-x: hidden; } @@ -204,7 +204,6 @@ hr { #ctitle a { display: flex; align-items: center; - border-bottom: 2px solid transparent; } #global a { |