mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-11 23:58:52 +01:00
6ffd537a58
For #341
9 lines
338 B
CSS
9 lines
338 B
CSS
body {
|
|
--background-color: rgb(255, 255, 255);
|
|
--input-background-color: rgb(249, 250, 249);
|
|
--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);
|
|
} |