1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-20 10:32:45 +02:00
CanvasBlocker/themes/dark/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
390 B
CSS

body {
--background-color: rgb(74, 74, 79);
--input-background-color: rgb(53, 56, 54);
--input-error-background-color: rgb(92, 24, 24);
--text-color: rgb(249, 249, 250);
--link-color: lightblue;
--button-background-image: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.1) 100%);
--stacked-inputs-border-color: rgb(92, 92, 97);
--stacked-inputs-focus-color: rgb(92, 92, 97);
}