mirror of
https://github.com/frappe/lms.git
synced 2026-04-21 07:38:00 +03:00
7 lines
130 B
CSS
7 lines
130 B
CSS
/* Define all your css variables here. */
|
|
:root {
|
|
--tag-color: #737373;
|
|
--sidebar-bg: #F6F6F6;
|
|
--sidebar-border: #C4C4C4;
|
|
}
|