chiya/assets/css/app.css

20 lines
460 B
CSS
Raw Normal View History

2023-03-05 16:07:40 +01:00
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
2023-03-13 02:03:48 +01:00
@import "./lolight.css";
@import "./lightbox.css";
2023-03-15 10:21:08 +01:00
@layer base {
:root {
2023-03-15 16:15:24 +01:00
--color-background: 255 255 255;
2023-03-15 16:18:19 +01:00
--color-text-base: 82 82 91;
2023-03-15 16:15:24 +01:00
--color-text-heading: 24 24 27;
--color-text-muted: 82 82 91;
--color-primary: 16 185 129;
--color-secondary: 245 158 11;
2023-03-15 10:21:08 +01:00
}
}
/* Set appropriate width for identity icons */
a[rel] svg { width: 1em; }