Update dark.scss (#528)

Increase placeholder brightness for better readability in dark theme
This commit is contained in:
Pudd
2025-02-06 18:27:18 +08:00
committed by GitHub
parent 7f43f7148f
commit c6186fb03a

View File

@@ -58,7 +58,11 @@
.input:hover {
border-color: var(--color-primary-a20);
}
.input::placeholder {
color: var(--color-surface-a50);
}
.table td, .table th {
border-bottom: 1px solid var(--color-surface-a0);
}