Add font and fix css for li

- Added Open Sans to template.html.
- Changed li style to only apply if in nav.
This commit is contained in:
Chris Dill 2021-02-09 22:47:10 +00:00
parent e4b1f317a2
commit 5a4ff49958
2 changed files with 6 additions and 1 deletions

View File

@ -8,8 +8,13 @@
%sapper.base%
<!-- Using bootstrap for nav/grid -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/global.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="/img/favicon.ico">
<!-- Sapper creates a <script> tag containing `src/client.js`

View File

@ -59,7 +59,7 @@ nav li {
text-align: center;
}
li a {
nav li a {
text-decoration: none;
}