patrickchiang_obsidian-dial.../styles.css
2024-06-27 17:36:02 -07:00

19 lines
No EOL
298 B
CSS

:root {
--dialogue-text-color: var(--text-normal);
}
.theme-dark {
--dialogue-excluded-text-color: #2e2e2e;
}
.theme-light {
--dialogue-excluded-text-color: #e0e0e0;
}
.non-dialogue-text {
color: var(--adjusted-color);
}
.dialogue-text {
color: var(--dialogue-text-color);
}