summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-15 22:26:12 +0200
committerVolpeon <git@volpeon.ink>2021-05-15 22:26:12 +0200
commit6bce22685640a3032d1d3815e44b60e7552bfb82 (patch)
tree77e711a29a6793bd2e296ab4b64ac11b9b811177 /templates
parentSeparate script file (diff)
downloadvolpeon.ink-6bce22685640a3032d1d3815e44b60e7552bfb82.tar.gz
volpeon.ink-6bce22685640a3032d1d3815e44b60e7552bfb82.tar.bz2
volpeon.ink-6bce22685640a3032d1d3815e44b60e7552bfb82.zip
Use prefers-color-scheme media query
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index 6006211..d9aaa8e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -28,11 +28,8 @@
28 <link rel="preload" href="/GaretVariable.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> 28 <link rel="preload" href="/GaretVariable.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
29 <link rel="preload" href="/iosevka-term-ss09-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> 29 <link rel="preload" href="/iosevka-term-ss09-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
30 <link rel="preload" href="/iosevka-term-ss09-bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> 30 <link rel="preload" href="/iosevka-term-ss09-bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
31 <link rel="preload" href="/script.js" as="script" />
32 31
33 <link rel="stylesheet" href="/style.css" /> 32 <link rel="stylesheet" href="/style.css" />
34
35 <script src="/script.js"></script>
36</head> 33</head>
37 34
38<body> 35<body>