Adjust placeholder input color

This commit is contained in:
jeffvli
2022-11-13 01:54:18 -08:00
parent 372fc7c1f6
commit 9a079ef263
+2 -2
View File
@@ -79,8 +79,8 @@ body[data-theme='defaultLight'] {
--paper-bg: rgb(230, 230, 230);
--placeholder-bg: rgba(53, 53, 53, 0.5);
--placeholder-fg: rgba(126, 126, 126);
--placeholder-bg: rgba(204, 204, 204, 0.5);
--placeholder-fg: rgb(126, 126, 126);
--card-default-bg: rgba(235, 235, 235, 0.5);
--card-default-bg-hover: rgba(200, 200, 200, 0.8);