mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-12-22 06:39:23 +01:00
use catppuccin code style
This commit is contained in:
parent
bd6f3f0b29
commit
aad75993a1
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ nav: blognav.html
|
||||||
---
|
---
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
let style = darkTheme ? "monokai" : "default";
|
let style = darkTheme ? "mocha" : "latte";
|
||||||
$("head").append($("<link/>", {
|
$("head").append($("<link/>", {
|
||||||
rel: "stylesheet",
|
rel: "stylesheet",
|
||||||
href: `https://cdn.jsdelivr.net/gh/richleland/pygments-css@master/${style}.css`
|
href: `https://cdn.jsdelivr.net/gh/catppuccin/python@gh-pages/pygments/catppuccin-${style}.css`
|
||||||
}));
|
}));
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue