Spaces:
Configuration error
Configuration error
File size: 309 Bytes
8866644 |
1 2 3 4 5 6 7 8 9 10 11 |
:root {
/*--theme-color:#3f3eed;*/
/*--theme-color-light: #008ecb;*/
--theme-color:#236692;
--theme-color-light: #3485bb;
--success-color: #52c41a;
--error-color: #ff4d4f;
--warning-color: #faad14;
--font-family: Inter, -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
}
|