2019-05-02 00:30:30 +02:00
|
|
|
body {
|
2019-05-02 23:46:20 +02:00
|
|
|
--text-color: rgb(60, 62, 60);
|
|
|
|
--background-color: rgb(249, 250, 249);
|
|
|
|
--link-color: blue;
|
|
|
|
--input-background-color: rgb(255, 255, 255);
|
2019-11-08 08:42:02 +01:00
|
|
|
--input-error-background-color: pink;
|
2019-05-02 23:46:20 +02:00
|
|
|
--button-background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 100%);
|
2019-05-03 23:17:35 +02:00
|
|
|
--stacked-inputs-border-color: rgb(185, 185, 185);
|
|
|
|
--stacked-inputs-focus-color: rgb(236, 237, 236);
|
2024-12-22 00:02:59 +01:00
|
|
|
--highlight-color: rgb(203, 255, 192);;
|
2019-05-02 00:30:30 +02:00
|
|
|
}
|