mirror of
https://github.com/frappe/lms.git
synced 2026-04-23 00:38:00 +03:00
fix: primary color
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
:root {
|
||||
--text-3-5xl: 24px;
|
||||
--text-3-8xl: 34px;
|
||||
--text-4xl: 36px;
|
||||
--primary-color: var(--gray-900);
|
||||
--primary: var(--gray-900);
|
||||
--text-3-5xl: 24px;
|
||||
--text-3-8xl: 34px;
|
||||
--text-4xl: 36px;
|
||||
--checkbox-gradient: linear-gradient(180deg, #3d4142 -124.51%, var(--primary) 100%);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user