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