Update CI #4

Closed
rgebee wants to merge 99 commits from ci-test into main
2 changed files with 6 additions and 1 deletions
Showing only changes of commit c501e8d7d4 - Show all commits

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;
}