mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 05:37:58 +02:00
Update dark.scss (#528)
Increase placeholder brightness for better readability in dark theme
This commit is contained in:
@@ -58,7 +58,11 @@
|
|||||||
.input:hover {
|
.input:hover {
|
||||||
border-color: var(--color-primary-a20);
|
border-color: var(--color-primary-a20);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input::placeholder {
|
||||||
|
color: var(--color-surface-a50);
|
||||||
|
}
|
||||||
|
|
||||||
.table td, .table th {
|
.table td, .table th {
|
||||||
border-bottom: 1px solid var(--color-surface-a0);
|
border-bottom: 1px solid var(--color-surface-a0);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user