Files
at-container-registry/themes/seamark/theme.css
T
2026-02-03 20:35:13 -06:00

15 lines
517 B
CSS

/* Seamark color overrides (injected after atcr.io's compiled stylesheet) */
[data-theme="dark"] {
--color-secondary: oklch(90% 0.182 98.111);
--color-secondary-content: oklch(30% 0.182 98.111);
--color-accent: oklch(66.6% 0.121 28);
--color-accent-content: oklch(28% 0.121 28);
}
[data-theme="light"] {
--color-secondary: oklch(76% 0.095 76.1);
--color-secondary-content: oklch(27.1% 0.026 76.4);
--color-accent: oklch(66.6% 0.121 28);
--color-accent-content: oklch(28% 0.121 28);
}