update
This commit is contained in:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user