Fetch styles from self-hosted static server
For better performance and privacy.
This commit is contained in:
parent
993a41a386
commit
048fd453dd
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue