添加深色模式切换功能,优化样式以支持深色主题

This commit is contained in:
2025-03-06 22:33:49 +08:00
parent 411e3436f1
commit ad6241012a
5 changed files with 95 additions and 6 deletions

View File

@ -209,4 +209,8 @@ h1 {
align-items: center;
gap: 10px;
}
.link-content {
color: var(--text-color);
}
</style>