From 074be8a08318e9baafdccf70909c407e65cf8de3 Mon Sep 17 00:00:00 2001 From: Damien Picard Date: Thu, 20 Jul 2023 23:21:54 +0200 Subject: [PATCH 1/2] Merge pull request 'Fix color missing in CSS for inserted parts of a message diff' (#4) from pioverfour/gitea-custom:main into main --- public/css/theme-bthree-dark.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/theme-bthree-dark.css b/public/css/theme-bthree-dark.css index a25b456..fdefc51 100644 --- a/public/css/theme-bthree-dark.css +++ b/public/css/theme-bthree-dark.css @@ -456,7 +456,8 @@ --color-syntax-GenericDeleted-bg: #5f3737; --color-syntax-GenericEmph: #ddee30; --color-syntax-GenericHeading: #ffaa10; - --color-syntax-GenericInserted: #3a523a; + --color-syntax-GenericInserted-text: #fff; + --color-syntax-GenericInserted-bg: #3a523a; --color-syntax-GenericOutput: #777e94; --color-syntax-GenericPrompt: #ebdbb2; --color-syntax-GenericError: #ff4433; From 971c4ab660b77cdc9fd5a88b727adde0b2926b93 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 25 Jul 2023 17:00:45 +0200 Subject: [PATCH 2/2] Navbar: Add link to Builds --- templates/custom/body_inner_pre.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/custom/body_inner_pre.tmpl b/templates/custom/body_inner_pre.tmpl index 525eba3..8e93b58 100644 --- a/templates/custom/body_inner_pre.tmpl +++ b/templates/custom/body_inner_pre.tmpl @@ -503,6 +503,9 @@
  • Forum
  • +
  • + Builds +