feat: 优化页面主题为亮蓝色系,增加色彩丰富度

This commit is contained in:
ethan.chen
2026-01-08 14:11:13 +08:00
parent 7634c0d1d5
commit 1c88c0cbe2
6 changed files with 59 additions and 44 deletions

View File

@@ -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;