Files
node-factorio-recipes/styles/theme.css
Sebastian Seedorf d964748a66 Styling of home
2022-08-22 17:04:39 +02:00

6 lines
196 B
CSS

@import "tokens.css";
@import "colors.module.css";
@import "typography.module.css";
@import "theme.light.css" (prefers-color-scheme: light);
@import "theme.dark.css" (prefers-color-scheme: dark);