.ContributionCalendar-label li{border-radius:4px;padding:.125em .5em .125em 0}:root{--square-size:15px;--square-gap:5px;--week-width:calc(var(--square-size) + var(--square-gap))}.months{grid-area:months}.days{grid-area:days}.squares{grid-area:squares}.graph{grid-gap:10px;grid-template-columns:auto 1fr;grid-template-areas:"empty months""days squares";display:grid}.graph.ContributionCalendar-label{white-space:nowrap;overflow-x:auto}.graph.ContributionCalendar-label::-webkit-scrollbar{width:50px}.graph.ContributionCalendar-label::-webkit-scrollbar-thumb{background-color:#4db5ff;border-radius:10px}.months{grid-template-columns:calc(var(--week-width)*4)calc(var(--week-width)*4)calc(var(--week-width)*4)calc(var(--week-width)*5)calc(var(--week-width)*4)calc(var(--week-width)*4)calc(var(--week-width)*5)calc(var(--week-width)*4)calc(var(--week-width)*4)calc(var(--week-width)*5)calc(var(--week-width)*4)calc(var(--week-width)*5);display:grid}.days,.squares{grid-gap:var(--square-gap);grid-template-rows:repeat(7,var(--square-size));display:grid}.squares{grid-auto-flow:column;grid-auto-columns:var(--square-size)}ul{list-style-type:none}.graph{border-radius:10px;margin:20px;padding:20px}.mp{grid-gap:10px;grid-template-columns:auto 1fr;grid-template-areas:"empty months""days squares";display:grid}.days li:nth-child(odd){visibility:hidden}
