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