From c13376649e3d351a8932eb930e75299f630c3996 Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 31 Oct 2024 19:40:29 -0500 Subject: [PATCH] Update forgejo/gitea/templates/user/dashboard/dashboard.tmpl --- .../templates/user/dashboard/dashboard.tmpl | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/forgejo/gitea/templates/user/dashboard/dashboard.tmpl b/forgejo/gitea/templates/user/dashboard/dashboard.tmpl index c48589e..5657c41 100644 --- a/forgejo/gitea/templates/user/dashboard/dashboard.tmpl +++ b/forgejo/gitea/templates/user/dashboard/dashboard.tmpl @@ -1,21 +1,13 @@ {{template "base/head" .}}
- - - - - - - - - - +

Ark

The heart of SudoVanilla

+
{{template "base/alert" .}} @@ -36,13 +28,18 @@ align-items: center; text-align: left; position: relative; +} +.landing-hero * { + color: white !important; + font-weight: bold; } .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 { @@ -62,7 +59,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;