Commit theme changes from pairing with Chris

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 789b665522
commit 4bf3f51546
8 changed files with 45 additions and 74 deletions

View file

@ -6,6 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ site.name|default('Sculpin Skeleton') }}</title>
<link type="text/css" rel="stylesheet" href="/build/app.css"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,700;1,300&display=swap" rel="stylesheet">
</head>
<body>
{% block body %}{% endblock %}