From e05def62569358ff93691b03177abbaa9442bc53 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Fri, 15 May 2026 18:18:58 +0300 Subject: repo branch support, a little webUI polishing --- web/templates/home.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'web/templates/home.html') diff --git a/web/templates/home.html b/web/templates/home.html index 20ef75a..733f9ef 100644 --- a/web/templates/home.html +++ b/web/templates/home.html @@ -26,9 +26,16 @@ text-decoration: underline; font-style: italic; } + .branchlink a { + color: var(--orange); + text-decoration: none; + font-weight: bolder; + font-style: italic; + } .cronlink a { color: var(--orange); text-decoration: none; + text-decoration: underline; font-weight: bolder; } } @@ -50,6 +57,16 @@ >{{ project[1]['url'] }} +