commit 6fae183f001a001310f4e86a1cc1696da84ef454
parent 2ca0e708a53725076a4d53d35507fac47f4338ee
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sat, 8 Jun 2024 14:50:19 +0200
increase font size of activity dots
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/assets/style.css b/assets/style.css
@@ -167,9 +167,10 @@ pre a.d:hover {
/* Activity bar ------------------------------------------------------------ */
-/* colour activity points in highlight colour */
+/* style activity points */
.activitypoint {
color: var(--hl1);
+ font-size: 1.25em;
}
/* Decrease size of legend */