fix: Fix password reset page appearance in light mode

This commit is contained in:
Ginger
2026-03-09 09:10:02 -04:00
parent bf001f96d6
commit 67d5619ccb
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
font-weight: 700;
line-height: calc(var(--avatar-size) - 2px);
color: oklch(from var(--c1) var(--name-lightness) c h);
color: oklch(from var(--c1) calc(l + 0.2) c h);
background-color: var(--c1);
}