This commit is contained in:
Jordan Vidrine
2025-02-24 15:59:49 -06:00
parent 247c98b0a4
commit 478926952e
18 changed files with 153 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
:root {
--d-border-radius-large: 20px;
--d-border-radius: 8px;
--d-input-border-radius: 8px;
--accent-color: #595bca;
--accent-text-color: #ffffff;
--d-nav-color--active: var(--accent-color);
}