Files
discourse_theme_ran/scss/variables.scss
T
Jordan Vidrine 478926952e init
2025-02-24 15:59:49 -06:00

9 lines
206 B
SCSS

: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);
}