mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 02:53:32 +00:00
Fix text field text color in dark appearance
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
@media (prefers-color-scheme: dark) {
|
||||
#main input {
|
||||
background-color: rgba(255, 255, 255, 0.07);
|
||||
color: white;
|
||||
}
|
||||
.suggestion {
|
||||
border-bottom: 0.1px solid var(--color-separator-dark) !important;
|
||||
|
||||
Reference in New Issue
Block a user