mirror of
https://github.com/frappe/lms.git
synced 2026-04-28 11:39:27 +03:00
59dba7730f
- 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
5 lines
80 B
CSS
5 lines
80 B
CSS
/* Define all your css variables here. */
|
|
:root {
|
|
--primary-color: #08B74F;
|
|
}
|