mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-08-31 05:07:09 +00:00
15 lines
517 B
CSS
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);
|
|
}
|