更新footer信息

This commit is contained in:
2026-03-02 01:48:26 +08:00
parent 77ecfd6009
commit 33f1edcc68
2 changed files with 32 additions and 1 deletions
+20
View File
@@ -65,3 +65,23 @@
padding: 1.5rem 0 1rem;
}
}
.footer-address-text {
color: var(--text-secondary);
line-height: 1.6;
overflow-wrap: anywhere;
margin: 0;
}
.footer-icp {
margin-top: 0.45rem;
}
.footer-icp a {
color: var(--text-secondary);
}
.footer-icp a:hover {
color: var(--color-primary);
text-decoration: underline;
}