diff --git a/docs/src/client.js b/docs/src/client.js
index 90f5979..20cb79c 100644
--- a/docs/src/client.js
+++ b/docs/src/client.js
@@ -3,6 +3,7 @@ import hljs from 'highlight.js/lib/highlight';
import bash from 'highlight.js/lib/languages/bash';
import xml from 'highlight.js/lib/languages/xml';
import javascript from 'highlight.js/lib/languages/javascript';
+import "../../src/svelma-pro.css";
hljs.registerLanguage('bash', bash);
hljs.registerLanguage('xml', xml);
diff --git a/docs/src/routes/components/carousel.svelte b/docs/src/routes/components/carousel.svelte
index 9f0cee5..8178911 100644
--- a/docs/src/routes/components/carousel.svelte
+++ b/docs/src/routes/components/carousel.svelte
@@ -9,21 +9,20 @@
}