From c97acf9565c35044bf61c710cfcc6074d2daffce Mon Sep 17 00:00:00 2001 From: vikingowl Date: Sat, 2 Aug 2025 01:57:19 +0200 Subject: [PATCH] fixed bug in style.css --- frontend/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/style.css b/frontend/src/style.css index c170fc5..12b9536 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -1,6 +1,6 @@ @import "tailwindcss"; -@import "assets/main.css"; +@import "./assets/main.css"; /* Custom scrollbar for webkit browsers */ ::-webkit-scrollbar {