2024-07-30 15:39:09 +00:00
|
|
|
:root {
|
|
|
|
/* COLOR VARIABLES */
|
|
|
|
--background: color-mix(in srgb, var(--accent) 2%, #1D1E28 98%);
|
|
|
|
--color: white;
|
|
|
|
--border-color: rgba(255, 255, 255, .1);
|
2022-06-21 15:14:59 +00:00
|
|
|
|
2024-07-30 15:39:09 +00:00
|
|
|
/* MEDIA QUERIES */
|
|
|
|
--phone: "max-width: 684px";
|
|
|
|
--tablet: "max-width: 900px";
|
|
|
|
}
|