pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit 2ca0e708a53725076a4d53d35507fac47f4338ee
parent 568cac8db6b48e7007c7bf7e4562ce2b676c6513
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat,  8 Jun 2024 13:52:00 +0200

feat: add yearly separators to activity bar

Diffstat:
Massets/style.css | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/assets/style.css b/assets/style.css @@ -165,15 +165,23 @@ pre a.d:hover { overflow-x: auto; } -/* Activity bar */ +/* Activity bar ------------------------------------------------------------ */ + +/* colour activity points in highlight colour */ .activitypoint { color: var(--hl1); } +/* Decrease size of legend */ #activitylegend { font-size: 0.8em; } +/* Add year separators between points */ +span[id*="-12"].activitypoint:after { + content:"\007C"; +} + /* Modern Layout scheme ----------------------------------------------------- */ /* Ensure Tables are full width */