This commit is contained in:
2024-06-29 16:13:35 +00:00
parent 5abf9a244b
commit 43ae68b359
59 changed files with 1335 additions and 140 deletions

View File

@@ -30,6 +30,12 @@ const { title } = Astro.props;
*{
font-family: 'Quicksand', sans-serif;
}
hr{
margin-top: 4px;
margin-bottom: 10px;
border: 0;
border-top: 2px solid rgba(21, 20, 20, 0.1);
}
/* :root {
--accent: 124, 58, 237;
--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), #da62c4 30%, white 60%);