diff options
| author | dmlunar <root@lunar.sh> | 2025-12-19 23:54:26 +0200 |
|---|---|---|
| committer | dmlunar <root@lunar.sh> | 2025-12-19 23:54:26 +0200 |
| commit | 64cb2db795f0766939e1382eae64ad5a52de5534 (patch) | |
| tree | 3969ca12afe40c28dce2340fcf84d14e8a0e4266 | |
| parent | a911b3a5750ff1e08d4b62c567f090988f803f83 (diff) | |
| download | journal.lunar.sh-64cb2db795f0766939e1382eae64ad5a52de5534.tar.gz journal.lunar.sh-64cb2db795f0766939e1382eae64ad5a52de5534.zip | |
core: updates v3
| -rw-r--r-- | _config.yml | 1 | ||||
| -rw-r--r-- | style.scss | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 749970a..4290c9b 100644 --- a/_config.yml +++ b/_config.yml @@ -54,6 +54,7 @@ gems: - jekyll-sitemap - jekyll-github-metadata - jemoji + plugins: - jekyll-paginate @@ -13,8 +13,7 @@ For inquiries, contact root@lunar.sh. */ -@use "reset"; -@use "highlights"; +@import "reset"; @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap'); @import "variables"; @@ -903,4 +902,4 @@ code table tr { margin-left: 5px; } - +@import "highlights"; |
