2 Commits

Author SHA1 Message Date
Paillat
ca88cbbca0 🎨 Format code 2025-08-28 19:09:27 +02:00
Paillat
d9e776683f 🐛 Fix css stuff again 2025-08-28 19:02:09 +02:00
2 changed files with 214 additions and 216 deletions

View File

@@ -22,9 +22,7 @@
});
</script>
<div class={`calendar-holder ${className}`}>
<div class="calendar"></div>
</div>
<div class={`calendar ${className}`}></div>
<style global>
:root {
@@ -35,7 +33,6 @@
--color-calendar-graph-day-L4-bg: #0a4208 !important;
}
:global {
.calendar-holder {
.ContributionCalendar-day[data-level='0'] {
background-color: var(--color-calendar-graph-day-bg) !important;
}
@@ -275,5 +272,4 @@
}
}
}
}
</style>

View File

@@ -2,4 +2,6 @@
import { GitHubCalendar } from '../lib/index.js';
</script>
<GitHubCalendar username="Paillat-dev" class="w-full h-auto" />
<main>
<GitHubCalendar username="Paillat-dev" class="w-full h-auto" />
</main>