ThunderAI/customprompts/mzta-custom-prompts.css
2024-05-06 23:13:47 +02:00

12 lines
283 B
CSS

@media (prefers-color-scheme: dark) {
body {
background-color: rgb(35, 34, 43);
color: rgb(251, 251, 254);
}
a:link { color: #409EFF; }
a:visited { color: #409EFF; }
a:hover { color: #66B1FF; }
a:active { color: #66B1FF; }
}