Files
lms/community/public/css/vars.css
Anand Chitipothu 9deaa182b7 refactor: switched to less for css
- Added build setup to include styles.less in building community.css
- The old styles are still in style.css. Those styles will be slowly moved to style.less.
- Move all the new styles to style.less
2021-04-29 15:43:58 +05:30

5 lines
80 B
CSS

/* Define all your css variables here. */
:root {
--primary-color: #08B74F;
}