Skip to content

Commit

Permalink
improved lightshow
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Aug 17, 2024
1 parent 6f0f8a6 commit d1b40f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/color_select_menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ grand_parent: Vortex Engine
padding:0;
}

@media (
prefers-color-scheme: dark
)

@keyframes flashRed {
0% { background-color: inherit; }
50% { background-color: #700000; }
Expand Down

0 comments on commit d1b40f2

Please sign in to comment.