small changes to .sky-field styling

This commit is contained in:
Disco DeDisco
2026-05-08 15:41:24 -04:00
parent 846f9ff461
commit d58fd1db15

View File

@@ -243,7 +243,11 @@ html.sky-open .sky-modal-wrap {
// while leaving the placeholder copy clearly readable // while leaving the placeholder copy clearly readable
// (0.85 × 0.54 ≈ 0.46, parity w. birth-place's ~0.54). // (0.85 × 0.54 ≈ 0.46, parity w. birth-place's ~0.54).
opacity: 0.85; opacity: 0.85;
color: inherit; &:focus {
border-color: rgba(var(--secUser), 0.75);
box-shadow: 0 0 0.75rem rgba(var(--secUser), 0.5);
color: inherit;
}
cursor: default; cursor: default;
} }
} }