adds dark mode

This commit is contained in:
Drew
2025-04-26 14:45:42 -06:00
parent e0546c0e2e
commit bd702f8f51
11 changed files with 87 additions and 24 deletions

View File

@ -28,9 +28,19 @@
}
.wompum-cell {
@apply dark:opacity-70 brightness-100;
width: 100%;
height: 100%;
transition: background-color 0.3s ease;
transition: all 3s ease-in;
}
.wompum-cell:hover {
@apply dark:opacity-100 brightness-125;
transition: all .3s ease;
}
.wompum-cell[class*="900"]:hover {
@apply brightness-200;
}
.wompum-cell--narrator,