Fetch styles from self-hosted static server

For better performance and privacy.
This commit is contained in:
Foster Hangdaan 2023-12-06 19:37:27 -05:00
parent 993a41a386
commit 048fd453dd
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -1,6 +1,6 @@
/* Tokyo Night styles for highlight.js */
@import "https://unpkg.com/@highlightjs/cdn-assets@11.9.0/styles/tokyo-night-dark.css";
@import "https://unpkg.com/@highlightjs/cdn-assets@11.9.0/styles/tokyo-night-light.css" (prefers-color-scheme: light);
@import "https://static.fosterhangdaan.com/packages/highlightjs/v11.9.0/styles/tokyo-night-dark.css";
@import "https://static.fosterhangdaan.com/packages/highlightjs/v11.9.0/styles/tokyo-night-light.css" (prefers-color-scheme: light);
/* Tokyo night color palette */
:root {