Fix CSS loading

This commit is contained in:
Kaisaan 2021-10-21 21:00:31 -04:00
parent 78b56a21f6
commit ee6600343b
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>{{ page.title }} | KYS</title>
<link rel="stylesheet" type="text/css" href="/_css/style.css">
<link rel="stylesheet" type="text/css" href="/css/style.css">
</head>
<body>
{% include nav.html %}

View File

@ -1,4 +1,4 @@
@import "https://fonts.googleapis.com/css2?family=Roboto&display=swap";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.body {
font-family: 'Roboto', sans-serif;