This commit is contained in:
Wes Bos 2023-02-21 15:12:38 -05:00
parent c90388f0c9
commit fe5a1ea9c4

View file

@ -15,6 +15,13 @@
font-display: swap;
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
/* Global Styles */
:root {
--purple: #b066ff;
@ -35,6 +42,7 @@
body {
font-size: 2rem;
overflow-y: scroll;
margin: 0;
}
h1,