clqms-fe1/docs/templates/shared.css

6 lines
177 B
CSS
Raw Normal View History

2026-02-08 17:39:53 +07:00
/* shared.css - Override forest theme colors with hex */
[data-theme="forest"] {
--color-primary: #2d6a4f; /* Dark medical green */
--color-primary-content: #ffffff;
}