mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 00:37:19 +00:00
Make text-fields match the dark theme
This commit is contained in:
@@ -83,11 +83,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.text-field {
|
.text-field {
|
||||||
background: var(--white);
|
background-color: var(--black);
|
||||||
color: var(--black);
|
color: var(--white);
|
||||||
font: inherit;
|
font: inherit;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 6px 0 6px 10px;
|
padding: 6px 6px 6px 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|||||||
Reference in New Issue
Block a user