From fe296cf74f9139dc73569374fa51e79a77e79253 Mon Sep 17 00:00:00 2001 From: zejzejzej3 Date: Tue, 15 Jul 2025 21:27:07 -0400 Subject: [PATCH] feat: make codeblocks uniform size and syntax highlighting --- src/components/CodeBlock.astro | 7 +++---- src/pages/index.astro | 15 +++++++++------ 2 files changed, 12 insertions(+), 10 deletions(-) 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: