This commit is contained in:
Suvodip Ghosh
2023-02-08 21:06:18 +05:30
parent d8478b86bf
commit 85a03a3f24
41 changed files with 3604 additions and 1432 deletions

View File

@@ -9,6 +9,7 @@ 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" />
@@ -28,6 +29,8 @@ const { title } = Astro.props;
</html>
<style is:global>
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@500&family=Quicksand:wght@500&display=swap');
/* :root {
--accent: 124, 58, 237;
--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), #da62c4 30%, white 60%);