move toggle styling into separate stylesheet

This commit is contained in:
xenofem 2020-05-30 00:47:24 -04:00
parent 3b5f1bad7e
commit 43fe681c2a
5 changed files with 152 additions and 153 deletions

View file

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
<link rel="stylesheet" href="/css/base.css">
<link rel="stylesheet" href="/css/toggles.css">
<link rel="icon" type="image/png" href="/icons/icon-192.png">
{{ block "styles" . }}{{ end }}
</head>