릴리스: v1.4.44 카피라이트 링크 색상 보정

This commit is contained in:
2026-04-03 10:56:50 +09:00
parent fcf4228bff
commit 050ad04bc8
5 changed files with 11 additions and 3 deletions

View File

@@ -1318,12 +1318,13 @@ function reloadApp() {
}
.rightRail__footer a {
color: #00ffff;
color: var(--theme-text-strong);
font-weight: 700;
text-decoration: none;
}
.rightRail__footer a:hover {
color: #00ffff;
color: var(--theme-text);
text-decoration: underline;
}