Skip to content

Commit

Permalink
chore: remove halloween theme (#3283)
Browse files Browse the repository at this point in the history
* Revert "feat: fix issue with sounds (#3279)"

This reverts commit 52f9d65.

* Revert "chore: disable light mode (#3278)"

This reverts commit 6f959c6.

* chore: remove layer3

* Revert "Halloween theme 2023 (#3274)"

This reverts commit 6698610.
  • Loading branch information
anxolin authored Oct 27, 2023
1 parent ac080f2 commit 08c9b8b
Show file tree
Hide file tree
Showing 20 changed files with 63 additions and 293 deletions.
14 changes: 14 additions & 0 deletions apps/cowswap-frontend/public/halloween.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@keyframes blinker {
50% {
background: black;
}

100% {
background: white;
}
}

body.lightning {
filter: invert(1) grayscale(1);
animation: blinker 333ms linear infinite;
}

This file was deleted.

Loading

0 comments on commit 08c9b8b

Please sign in to comment.