diff options
| author | Fuwn <[email protected]> | 2024-05-18 20:47:39 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-18 20:47:39 +0000 |
| commit | 6b8825b00e5c155294ca465ac31ffb507a08cc4b (patch) | |
| tree | f4a5f6fe214830707e3fc30fc4210ed9a6ca5c95 /src/app.html | |
| parent | fix(CleanMangaList): invert increment condition (diff) | |
| download | due.moe-6b8825b00e5c155294ca465ac31ffb507a08cc4b.tar.xz due.moe-6b8825b00e5c155294ca465ac31ffb507a08cc4b.zip | |
fix(app.html): update risotto css link
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/app.html b/src/app.html index 5a221a19..4c5f2c40 100644 --- a/src/app.html +++ b/src/app.html @@ -46,8 +46,7 @@ <!-- Stylesheets --> <link rel="stylesheet" type="text/css" href="%sveltekit.assets%/styles/LaTeX.css" /> - <link rel="stylesheet" type="text/css" href="https://skybox.sh/css/risotto.css" /> - <!-- <link rel="stylesheet" type="text/css" href="https://skybox.sh/css/custom.css"> --> + <link rel="stylesheet" type="text/css" href="%sveltekit.assets%/styles/risotto/risotto.css" /> <!-- Icons --> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="apple-touch-icon-57x57.png" /> |