From 998c1777afeeb44ecf6ba2e735a4d6176a9b339e Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 15 Feb 2025 21:18:06 +0100 Subject: feat: Add tag and branch to log Now it is possible to see tag and branch on the log page. --- scss/main.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'scss/main.scss') diff --git a/scss/main.scss b/scss/main.scss index 7a1fff2..51b7df7 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -183,3 +183,22 @@ pre { max-width: calc(100% - calc(2 * #{$spacer})); } } + +.ref { + padding: 2px; + margin: 2px; + color: white; + text-decoration: none; + + &:hover { + background: #70dc70; + } + + &.branch { + background: #25a525; + } + + &.tag { + background: #5874e2; + } +} -- cgit v1.2.3