diskfloppy.me/public/css/colorschemes/man-page.css

14 lines
248 B
CSS
Raw Normal View History

:root {
--background: #fef49c;
--background-secondary: #e5e500;
--foreground: #000000;
--links: #b200b2;
--warning: #ff7272;
--warning-box-bg: #f64a3c;
--warning-box-border: #c81a11;
}
html {
color-scheme: light;
}