1
0
Fork 0
ejv2.cc/themes/risotto/assets/css/colours.css
Ethan Marshall 1e9aced66d
Clean up and make more minimal
Removed dependence on fontawesome for three icons
2024-08-12 17:39:05 +01:00

17 lines
305 B
CSS

:root {
/* Background */
--bg: var(--base00);
--off-bg: var(--base01);
--inner-bg: var(--base02);
/* Text */
--fg: var(--base05);
--off-fg: var(--base04);
--muted: var(--base03);
--link: var(--base0D);
--hover: var(--base0C);
--highlight: var(--base0A);
/* Logo */
--logo: var(--base0B);
}