feat: format

This commit is contained in:
Barrett Ruth 2025-04-15 12:59:54 -04:00
parent d4bc054293
commit 8d320b8c1c
10 changed files with 20039 additions and 28 deletions

View file

@ -49,11 +49,8 @@ li {
}
.graph-background {
background-image: linear-gradient(
to right,
rgba(200, 200, 200, 0.4) 1px,
transparent 1px
),
background-image:
linear-gradient(to right, rgba(200, 200, 200, 0.4) 1px, transparent 1px),
linear-gradient(to bottom, rgba(200, 200, 200, 0.4) 1px, transparent 1px);
background-size: 3vw 3vw;
}