2021-02-12 23:55:59 -08:00
|
|
|
// rename to variables.scss
|
|
|
|
|
2020-11-13 03:43:28 -08:00
|
|
|
:root {
|
2021-02-12 23:55:59 -08:00
|
|
|
|
|
|
|
--default-text-color: #fff;
|
|
|
|
|
|
|
|
--owncast-purple: rgba(90,103,216,1); //5a67d8
|
2020-11-13 03:43:28 -08:00
|
|
|
--owncast-purple-highlight: #ccd;
|
|
|
|
|
|
|
|
--online-color: #73dd3f;
|
2020-12-25 20:29:15 -08:00
|
|
|
|
2021-01-09 13:12:14 -08:00
|
|
|
--owncast-dark1: #1f1f21;
|
|
|
|
|
2020-12-25 20:29:15 -08:00
|
|
|
--ant-error: #ff4d4f;
|
|
|
|
--ant-success: #52c41a;
|
|
|
|
--ant-warning: #faad14;
|
2021-02-12 23:55:59 -08:00
|
|
|
--ant-transition-duration: .15s;
|
|
|
|
|
|
|
|
|
|
|
|
--container-bg-color: #1A1C24;
|
|
|
|
--container-bg-color-alt: #251c49;
|
|
|
|
--container-border-radius: 2px;
|
|
|
|
|
|
|
|
--code-purple: #82aaff;
|
|
|
|
|
|
|
|
--nav-bg-color: #1A1C24;
|
|
|
|
--nav-text: #6a76ba;
|
|
|
|
--nav-selected-text: #c48dff;
|
|
|
|
|
|
|
|
--form-focused: #8d71ff;
|
2020-12-25 20:29:15 -08:00
|
|
|
|
2021-02-12 23:55:59 -08:00
|
|
|
--textfield-border: #373640;
|
|
|
|
--textfield-bg: #100f0f;
|
|
|
|
|
2020-11-13 03:43:28 -08:00
|
|
|
}
|