fix: some small css fixes

This commit is contained in:
2026-08-25 14:44:31 +05:00
parent f1f5bd4409
commit 5e512f0bdd
14 changed files with 35 additions and 26 deletions
@@ -89,7 +89,7 @@
justify-content: center;
border-radius: var(--radius-s);
background: color-mix(in srgb, var(--accent) 10%, var(--surface));
color: var(--accent);
color: var(--link);
}
.text {
@@ -130,7 +130,7 @@
}
input:focus {
border-color: var(--accent);
border-color: var(--link);
outline: none;
}