From be3af1f676bd8b378bdc4421c16c2abc388fbdba Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 28 Aug 2025 18:35:00 +0200 Subject: [PATCH] :lipstick: Fix css again --- src/lib/GitHubCalendar.svelte | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/lib/GitHubCalendar.svelte b/src/lib/GitHubCalendar.svelte index 49edc5b..88c6ec2 100644 --- a/src/lib/GitHubCalendar.svelte +++ b/src/lib/GitHubCalendar.svelte @@ -145,6 +145,10 @@ font-size: 11px !important; } + .contrib-column span { + color: #000 !important; + } + .contrib-column-first { border-left: 0 !important; } @@ -192,6 +196,10 @@ height: 26px !important; } + .calendar .text-muted { + color: inherit !important; + } + .left.text-muted { float: left !important; margin-left: 9px !important;