1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-09 14:57:47 +02:00
CanvasBlocker/themes/light/layout.css
kkapsner 320dc02941 Fix export background color
Background color of the textarea in the settings export was not readable
in the dark theme when the value was invalid
2019-11-08 08:42:02 +01:00

10 lines
377 B
CSS

body {
--background-color: rgb(255, 255, 255);
--input-background-color: rgb(249, 250, 249);
--input-error-background-color: pink;
--text-color: rgb(12, 12, 13);
--link-color: blue;
--button-background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 100%);
--stacked-inputs-border-color: rgb(222, 222, 222);
--stacked-inputs-focus-color: rgb(240, 240, 240);
}