hugo-theme-re-terminal/assets/css/variables.scss
Adrian d5205fc159 adapted to l’embardée
- No more prism
- black text on white background
- more scss var
2024-10-13 19:30:54 +02:00

12 lines
273 B
SCSS

:root {
/* COLOR VARIABLES */
--background: color-mix(in srgb, var(--accent) 2%, #FFF 98%);
--accent-contrast-color: white;
--color: black;
--border-color: rgba(0, 0, 0, .1);
/* MEDIA QUERIES */
--phone: "max-width: 684px";
--tablet: "max-width: 900px";
}