Added animations

This commit is contained in:
James Dinh 2022-12-17 20:43:44 -08:00
parent dc1f17eb2f
commit 27b1ba0151
6 changed files with 6 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
assets/.DS_Store vendored

Binary file not shown.

BIN
css/.DS_Store vendored

Binary file not shown.

View File

@ -1528,6 +1528,12 @@ section {
cursor: unset; cursor: unset;
} }
.event:hover:not(.empty) {
filter: brightness(1.1);
transform: translateY(-2px);
transition: 0.3s;
}
.event.start-800 { .event.start-800 {
grid-row-start: time800; grid-row-start: time800;
} }

BIN
img/.DS_Store vendored

Binary file not shown.

BIN
js/.DS_Store vendored

Binary file not shown.