From 530f660fd3ee48e3b4fd21dea40fddc3c6bf6c6d Mon Sep 17 00:00:00 2001 From: Modellbau Date: Thu, 15 Jan 2026 23:32:22 +0100 Subject: [PATCH] added style definition for Gitea-Button --- css/brands.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/brands.css b/css/brands.css index a5c2541e..607e8aee 100644 --- a/css/brands.css +++ b/css/brands.css @@ -227,6 +227,12 @@ --button-background:#6151b2; } +/* Gitea */ +.button-gitea { + --button-text:#ffffff; + --button-background:#609926; +} + /* GoFundMe */ .button-gofundme { --button-text:#ffffff;