adds dark mode
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user