mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-01 02:48:44 +01:00
320dc02941
Background color of the textarea in the settings export was not readable in the dark theme when the value was invalid
10 lines
392 B
CSS
10 lines
392 B
CSS
body {
|
|
--background-color: rgb(218, 244, 250);
|
|
--input-background-color: rgb(228, 253, 169);
|
|
--input-error-background-color: pink;
|
|
--text-color: rgb(102, 42, 34);
|
|
--link-color: rgb(5, 197, 188);
|
|
--button-background-image: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.1) 100%);
|
|
--stacked-inputs-border-color: rgb(255, 0, 255);
|
|
--stacked-inputs-focus-color: rgb(255, 196, 0);
|
|
} |