feat: 优化页面主题为亮蓝色系,增加色彩丰富度
This commit is contained in:
@@ -19,11 +19,11 @@
|
||||
|
||||
a {
|
||||
font-weight: 500;
|
||||
color: #646cff;
|
||||
color: #3b82f6;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
a:hover {
|
||||
color: #535bf2;
|
||||
color: #60a5fa;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -61,7 +61,7 @@ button {
|
||||
transition: border-color 0.25s;
|
||||
}
|
||||
button:hover {
|
||||
border-color: #646cff;
|
||||
border-color: #3b82f6;
|
||||
}
|
||||
button:focus,
|
||||
button:focus-visible {
|
||||
@@ -74,7 +74,7 @@ button:focus-visible {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
a:hover {
|
||||
color: #747bff;
|
||||
color: #60a5fa;
|
||||
}
|
||||
button {
|
||||
background-color: #f9f9f9;
|
||||
|
||||
Reference in New Issue
Block a user