Fix black on grey deck options on KDE (#2415)

This commit is contained in:
Daniel Tang 2023-03-06 04:43:04 -05:00 committed by GitHub
parent 84167d6e6b
commit 688199525c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,5 +19,9 @@ input[type="text"] {
background: var(--canvas-inset); background: var(--canvas-inset);
} }
input {
color: var(--fg);
}
// Setting 100% height causes the sticky element to hide as you scroll down on Safari. // Setting 100% height causes the sticky element to hide as you scroll down on Safari.
html { height: initial; } html { height: initial; }