Commit 3472590f authored by afc163's avatar afc163

fix 1px border bug of logo in light theme

parent 3700c13c
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
.logo { .logo {
background: white; background: white;
border-bottom: 1px solid @border-color-split; border-bottom: 1px solid @border-color-split;
border-right: 1px solid @border-color-split; box-shadow: 1px 0 0 0 @border-color-split;
h1 { h1 {
color: @primary-color; color: @primary-color;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment