diff --git a/src/components/CodeBlock.astro b/src/components/CodeBlock.astro
index 2c1a23a..dfa0fe2 100644
--- a/src/components/CodeBlock.astro
+++ b/src/components/CodeBlock.astro
@@ -25,7 +25,7 @@ const {
---
@@ -36,8 +36,7 @@ const {
inline={inline}
theme={lightTheme}
defaultColor={false}
-
- class="text-sm block dark:hidden"
+ class="text-sm block dark:hidden !bg-transparent"
/>
@@ -48,6 +47,6 @@ const {
inline={inline}
theme={darkTheme}
defaultColor={false}
- class="hidden dark:block text-sm"
+ class="hidden dark:block text-sm !bg-transparent"
/>
diff --git a/src/pages/index.astro b/src/pages/index.astro
index ea4add5..0b20478 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -464,19 +464,20 @@ Lux # For Neovim`;
>
1
-
+
Clone the Repository
-
+
Download LuxVim to your local machine:
@@ -491,19 +492,20 @@ Lux # For Neovim`;
>
2
-
+
Run Installation
-
+
The install script handles everything automatically:
@@ -518,18 +520,19 @@ Lux # For Neovim`;
>
3
-
+
Launch LuxVim
-
+
Start coding with your new setup: