13 lines
193 B
SCSS
13 lines
193 B
SCSS
:root {
|
|
--owncast-purple: rgba(90,103,216,1);
|
|
--owncast-purple-highlight: #ccd;
|
|
|
|
--online-color: #73dd3f;
|
|
|
|
|
|
--ant-error: #ff4d4f;
|
|
--ant-success: #52c41a;
|
|
--ant-warning: #faad14;
|
|
|
|
}
|