frontend link fix

This commit is contained in:
2026-04-02 15:43:32 -05:00
parent b6dfbc4a56
commit ad0f04c0bf
3 changed files with 31 additions and 35 deletions

View File

@@ -793,13 +793,15 @@ button.btn-reboot:hover:not(:disabled) {
/* ── Credential links ─────────────────────────────────────── */
.creds-link {
color: #58a6ff;
color: #7ee787;
text-decoration: none;
word-break: break-all;
}
.creds-link:hover {
text-decoration: underline;
color: #79c0ff;
color: #a5f0b0;
}
}