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"> <html lang="en">
<head> <head>
<title>{{ page.title }} | KYS</title> <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> </head>
<body> <body>
{% include nav.html %} {% 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 { .body {
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;