summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-10-12 14:18:40 -0400
committerDavid Robillard <d@drobilla.net>2024-10-12 14:18:40 -0400
commitcf83b3a2abe815002451908d6a826b98b8679f9e (patch)
tree9f0c8e359c88b113243abffe07bf8e16043838d7
parente42420c54cb25507556236f00ae1c083eb7581e7 (diff)
downloadingen-cf83b3a2abe815002451908d6a826b98b8679f9e.tar.gz
ingen-cf83b3a2abe815002451908d6a826b98b8679f9e.tar.bz2
ingen-cf83b3a2abe815002451908d6a826b98b8679f9e.zip
Fix CSS import syntax
-rw-r--r--bundles/ingen.lv2/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/ingen.lv2/style.css b/bundles/ingen.lv2/style.css
index ff0d542b..174d889c 100644
--- a/bundles/ingen.lv2/style.css
+++ b/bundles/ingen.lv2/style.css
@@ -1,4 +1,4 @@
-@import "./pygments.css";
+@import url("./pygments.css");
/* Generic page style */