fix: Fixed some bugs

This commit is contained in:
2025-01-14 21:30:25 +08:00
parent a87eaec245
commit 859a7ec6fe
7 changed files with 69 additions and 5 deletions

View File

@@ -97,6 +97,14 @@ a:hover {
color: var(--secondary-text-color);
}
.special-footer {
width: 100%;
padding-top: 2rem;
padding-bottom: 2rem;
text-align: center;
color: var(--secondary-text-color);
}
.icp-text {
color: var(--secondary-text-color);
}