theme.css 308 B

12345678
  1. @define-color bg rgba(225, 226, 231, 0.95);
  2. @define-color bg_module rgba(204, 208, 218, 0.9);
  3. @define-color text #4c4f69;
  4. @define-color active_text #1e66f5;
  5. @define-color inactive_text #8c8fa1;
  6. @define-color urgent #d20f39;
  7. @define-color active_border #1e66f5;
  8. @define-color hover_bg rgba(4, 165, 229, 0.2);