diskfloppy.me/public/css/colorschemes/c64.css

14 lines
247 B
CSS
Raw Normal View History

:root {
--background: #40318d;
--background-secondary: #483c8b;
--foreground: #f7f7f7;
--links: #67b6bd;
--warning: #ff7272;
--warning-box-bg: #f64a3c;
--warning-box-border: #c81a11;
}
html {
color-scheme: dark;
}