refactor/nginx: 优化 404 页面和首页的样式

- 重新设计了 404 页面的布局和样式,使其更加简洁和响应式
- 添加了暗黑模式支持,提升用户体验
- 优化了首页的样式,增加了链接的视觉效果
This commit is contained in:
2025-06-08 11:42:47 +08:00
parent 12bff5f3b5
commit d47715ee40
2 changed files with 62 additions and 97 deletions

View File

@@ -46,6 +46,16 @@
align-items: center;
flex-wrap: wrap;
}
a {
color: #3b82f6;
text-decoration: none;
font-weight: 500;
}
a:hover {
text-decoration: underline;
}
</style>
</head>