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;