clqms-fe1/templates/shared.css
2026-02-08 17:39:53 +07:00

6 lines
177 B
CSS

/* shared.css - Override forest theme colors with hex */
[data-theme="forest"] {
--color-primary: #2d6a4f; /* Dark medical green */
--color-primary-content: #ffffff;
}