themes_occassion

This commit is contained in:
Suvodip Ghosh
2023-01-23 13:09:19 +05:30
parent 4032087bfb
commit b39b8d624b
119 changed files with 4850 additions and 2937 deletions

View File

@@ -9,15 +9,23 @@ const { title } = Astro.props;
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap" rel="stylesheet">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
<style>
body {
font-family: Quicksand;
}
</style>
</head>
<body>
<slot />
</body>
</html>
<style is:global>
/* :root {