mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-18 11:51:41 +03:00
1d21897cc1
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged ## Screenshots (if appropriate):
16 lines
310 B
SCSS
16 lines
310 B
SCSS
$white: #ffffff;
|
|
$lightest-grey: #f5f5f5;
|
|
$light-grey: #d3d3d3;
|
|
$normal-grey: #c8c8c8;
|
|
$dark-grey: #707070;
|
|
$light-black: #415065;
|
|
$black: #11243e;
|
|
$dark-black: #081621;
|
|
$primary: #6142d4;
|
|
$secondary: #f3ecff;
|
|
$tertiary: #f6f4ff;
|
|
$accent: #13abba;
|
|
$highlight: #fafafa;
|
|
$ivory: #fcfaf6;
|
|
$chat-bg-gray: #d9d9d9;
|