From 1434fb3999ccd5d79acaf6c70168d86b15d2ba5c Mon Sep 17 00:00:00 2001 From: Blazer Date: Thu, 28 Nov 2024 20:11:52 -0600 Subject: [PATCH] Enable styling on Windows --- chrome/userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/userChrome.css b/chrome/userChrome.css index 20214eb..642964e 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -1,2 +1,2 @@ /* @import 'bkspl/linux.css'; */ -/* @import 'bkspl/windows.css'; */ \ No newline at end of file +@import 'bkspl/windows.css'; \ No newline at end of file