From b081b7f7ffc2057234d000e79e70ec58e54d3727 Mon Sep 17 00:00:00 2001 From: Darius Cepulis Date: Mon, 9 Mar 2026 15:23:36 -0500 Subject: [PATCH] feat(site): darker dark mode footer (#780) --- site/src/components/FooterEasterEgg.astro | 10 +++++----- site/src/components/home/Built/Intro.astro | 2 +- site/src/components/home/GetStartedBanner.astro | 2 +- site/src/styles/globals.css | 1 + 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/site/src/components/FooterEasterEgg.astro b/site/src/components/FooterEasterEgg.astro index 2429a9dc..a92c81f4 100644 --- a/site/src/components/FooterEasterEgg.astro +++ b/site/src/components/FooterEasterEgg.astro @@ -14,9 +14,9 @@ const { variant = 'normal', class: className } = Astro.props; ]} style="grid-template-rows: 80fr 60fr 45fr 20fr 10fr" > -
-
-
-
-
+
+
+
+
+
diff --git a/site/src/components/home/Built/Intro.astro b/site/src/components/home/Built/Intro.astro index 0b14feef..941e532d 100644 --- a/site/src/components/home/Built/Intro.astro +++ b/site/src/components/home/Built/Intro.astro @@ -5,7 +5,7 @@ class="rounded-xs border border-manila-dark bg-faded-black p-5 md:p-10 lg:p-15" >

- VideoJS 10 is complete ground-up rewrite of the player for the modern web. + Video.js 10 is complete ground-up rewrite of the player for the modern web. The UI is separated from the underlying media renderer. Every component is independent and works together through open API contracts. We've structured the project for modern JavaScript bundlers to support tree-shaking and diff --git a/site/src/components/home/GetStartedBanner.astro b/site/src/components/home/GetStartedBanner.astro index 2267047a..9e1fff9f 100644 --- a/site/src/components/home/GetStartedBanner.astro +++ b/site/src/components/home/GetStartedBanner.astro @@ -6,7 +6,7 @@ import GetStartedLink from '../NavBar/GetStartedLink';