Commit 893fba10 authored by 季圣华's avatar 季圣华
Browse files

页面样式优化

parent 681efcb2
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
/* dark 样式 */ /* dark 样式 */
&.dark { &.dark {
color: #ffffff; color: #000;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
background-color: white !important; background-color: white !important;
} }
......
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
line-height: @height !important; line-height: @height !important;
box-shadow: none !important; box-shadow: none !important;
transition: background 300ms; transition: background 300ms;
background: #002140;
h1 { h1 {
font-size: 24px; font-size: 24px;
color: #ffffff; color: #ffffff;
......
Supports Markdown
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