From 1a261671aa7aabe7635e0b92f70a2ca958789972 Mon Sep 17 00:00:00 2001 From: tanaka Date: Sun, 9 Jun 2024 15:45:37 +0900 Subject: [PATCH] Update CSS import path in Highlighted.svelte The import path for the 'reset.css' file in Highlighted.svelte has been updated to a relative path instead of the previous absolute path. This is to improve reliability and readability of the code. --- src/lib/ui/Highlighted.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ui/Highlighted.svelte b/src/lib/ui/Highlighted.svelte index 4712b10..1da2f6d 100644 --- a/src/lib/ui/Highlighted.svelte +++ b/src/lib/ui/Highlighted.svelte @@ -4,7 +4,7 @@ -->