Files
discourse_theme_ran/scss/variables.scss
T
Jordan Vidrine fb7e1b02e6 styling
2025-02-25 16:22:04 -06:00

9 lines
206 B
SCSS

:root {
--d-border-radius-large: 20px;
--d-border-radius: 6px;
--d-input-border-radius: 6px;
--accent-color: #595bca;
--accent-text-color: #ffffff;
--d-nav-color--active: var(--accent-color);
}