From f63341b5a5fd77144095dc4f974ffc32c1759614 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 13 Aug 2026 17:42:02 +0200 Subject: add legend to track activity --- asset-sources/theme.scss | 58 +++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 30 deletions(-) (limited to 'asset-sources') diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index 5432b43..2faaffa 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -271,39 +271,37 @@ strong { } } -.contributions { - tbody td.contribs-cell { - div { - border: 1px solid rgba(0, 0, 0, 0.175); - border-radius: calc(0.375rem - (1px)); - - width: 1.1em; - height: 1.1em; - } - } +.contribs-cell { + div { + border: 1px solid rgba(0, 0, 0, 0.175); + border-radius: calc(0.375rem - (1px)); - .contribs-rowhead { - font-size: 90%; + width: 1.1em; + height: 1.1em; } +} - .contribs-length-0 div { - background-color: #FFFFFF; - } - .contribs-length-1 div { - background-color: #8FF0A4; - } - .contribs-length-2 div { - background-color: #75DD95; - } - .contribs-length-3 div { - background-color: #5BC987; - } - .contribs-length-4 div { - background-color: #40B678; - } - .contribs-length-5 div { - background-color: #26A269; - } +.contribs-rowhead { + font-size: 90%; +} + +.contribs-length-0 div { + background-color: #FFFFFF; +} +.contribs-length-1 div { + background-color: #8FF0A4; +} +.contribs-length-2 div { + background-color: #75DD95; +} +.contribs-length-3 div { + background-color: #5BC987; +} +.contribs-length-4 div { + background-color: #40B678; +} +.contribs-length-5 div { + background-color: #26A269; } .browse-summary { -- cgit v1.2.3