Files
fed/public/styles/style.css
2026-01-09 00:44:03 +01:00

32 lines
334 B
CSS

/**************/
/* CSS REMEDY */
/**************/
*, *::after, *::before {
box-sizing:border-box;
}
/*********************/
/* CUSTOM PROPERTIES */
/*********************/
:root {
/* startje */
--color-text:#111;
--color-background:#eee;
}
/****************/
/* JOUW STYLING */
/****************/
/* jouw code */