2019-05-02 00:30:30 +02:00
|
|
|
body {
|
2019-05-02 23:46:20 +02:00
|
|
|
--background-color: rgb(74, 74, 79);
|
|
|
|
--input-background-color: rgb(53, 56, 54);
|
2019-11-08 08:42:02 +01:00
|
|
|
--input-error-background-color: rgb(92, 24, 24);
|
2019-05-02 23:46:20 +02:00
|
|
|
--text-color: rgb(249, 249, 250);
|
|
|
|
--link-color: lightblue;
|
|
|
|
--button-background-image: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.1) 100%);
|
2019-05-03 23:17:35 +02:00
|
|
|
--stacked-inputs-border-color: rgb(92, 92, 97);
|
|
|
|
--stacked-inputs-focus-color: rgb(92, 92, 97);
|
2024-12-22 00:02:59 +01:00
|
|
|
--highlight-color: rgb(26, 92, 24);
|
2019-05-02 00:30:30 +02:00
|
|
|
}
|