2021-08-06 19:58:28 +02:00
|
|
|
:root {
|
|
|
|
--center-channel-bg-rgb: 255, 255, 255;
|
2021-09-14 13:13:52 +02:00
|
|
|
--center-channel-color-rgb: 63, 67, 80;
|
|
|
|
--sidebar-bg-rgb: 30, 50, 92;
|
|
|
|
--sidebar-text-rgb: 255, 255, 255;
|
2021-08-06 19:58:28 +02:00
|
|
|
--button-color-rgb: 255, 255, 255;
|
2021-09-14 13:13:52 +02:00
|
|
|
--button-bg-rgb: 28, 88, 217;
|
2021-10-14 20:42:36 +02:00
|
|
|
--button-danger-color-rgb: 255, 255, 255;
|
|
|
|
--button-danger-bg-rgb: 210, 75, 78;
|
2021-09-14 13:13:52 +02:00
|
|
|
--link-color-rgb: 56, 111, 229;
|
|
|
|
--error-text-rgb: #d24b4e;
|
2021-08-06 19:58:28 +02:00
|
|
|
}
|