fix full-screen-input bg contrast

Alessandro committed Feb 26, 2026 at 12:04 UTC cce1acbb76833a29a88608b7eae9c4a8db65b2db
1 file changed +1 -1
webui/components/modals/full-screen-input/full-screen-input.html
+1 -1
@@ -94,7 +94,7 @@
94 width: 100%;
95 height: calc(100% - 50px);
96 border: none;
97 - background-color: transparent;
97 + background-color: var(--color-background);
98 color: var(--color-text);
99 font-family: "Roboto Mono", monospace;
100 font-optical-sizing: auto;