mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
19 lines
437 B
CSS
19 lines
437 B
CSS
[data-md-color-scheme='tunarr'] {
|
|
--md-primary-fg-color: #008c93;
|
|
--md-primary-fg-color--light: #ecb7b7;
|
|
--md-primary-fg-color--dark: #90030c;
|
|
}
|
|
|
|
[data-md-color-scheme='tunarr-dark'] {
|
|
color-scheme: dark;
|
|
--md-hue: 182;
|
|
--md-primary-fg-color: #008c93;
|
|
/* --md-primary-fg-color--light: #ecb7b7; */
|
|
/* --md-primary-fg-color--dark: #90030c; */
|
|
}
|
|
|
|
:root {
|
|
--md-primary-fg-color: #008c93;
|
|
--md-accent-fg-color: #004b79;
|
|
}
|