removed imports to fix blocking css loads

This commit is contained in:
Alexander 2025-06-16 15:11:43 -04:00
parent 25d1088227
commit a07978207a
2 changed files with 4 additions and 8 deletions

View file

@ -1,7 +0,0 @@
@import url(fonts.css);
@import url(looks.css);
@import url(layout.css);
@import url(code.css);

View file

@ -4,7 +4,10 @@
<meta charset="utf-8">
<title> <!-- set automatically, see soupault.conf --> </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/index.css">
<link rel="stylesheet" href="/css/fonts.css">
<link rel="stylesheet" href="/css/layout.css">
<link rel="stylesheet" href="/css/looks.css">
<link rel="stylesheet" href="/css/code.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<script>
const class_ = `font-${window.devicePixelRatio >= 1.3 ? 'hidpi' : 'lodpi'}`;