refactor/nginx: 优化 404 页面和首页的样式
- 重新设计了 404 页面的布局和样式,使其更加简洁和响应式 - 添加了暗黑模式支持,提升用户体验 - 优化了首页的样式,增加了链接的视觉效果
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user