From 8d27fd8443fcf1cbf258c67b81485f4b11c7b118 Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 31 Oct 2024 19:38:43 -0500 Subject: [PATCH] Update forgejo/gitea/templates/home.tmpl --- forgejo/gitea/templates/home.tmpl | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/forgejo/gitea/templates/home.tmpl b/forgejo/gitea/templates/home.tmpl index fa4eafa..7cd1dfd 100644 --- a/forgejo/gitea/templates/home.tmpl +++ b/forgejo/gitea/templates/home.tmpl @@ -2,16 +2,7 @@
- - - - - - - - - - +

Ark

The heart of SudoVanilla

@@ -29,10 +20,11 @@ } .landing-hero video { width: 100%; + max-width: 1200px; height: 500px; border-radius: 10px; - opacity: 0.32; object-fit: cover; +filter: brightness(0.5); pointer-events: none; } .landing-hero #video-credit, .landing-hero #video-credit-js { @@ -41,7 +33,6 @@ bottom: 0px; right: 0px; font-size: 10px; - opacity: 0.4; margin: 32px; } .landing-hero #video-credit a, .landing-hero #video-credit-js a { @@ -52,7 +43,8 @@ display: flow-root; width: 100%; max-width: 1200px; - padding-left: 16%; +padding-left: 5%; + font-weight: bold !important; } .landing-hero .hero-content h2 { font-size: 50px; @@ -82,4 +74,10 @@ top: 40% !important; } } - \ No newline at end of file +.landing-hero * { + color: white !important; + font-weight: bold; +} + + +