Skip to content

Commit

Permalink
fix dark mode for bastioncmd server index
Browse files Browse the repository at this point in the history
  • Loading branch information
JaegerwaldDev committed Jan 3, 2024
1 parent 8225a60 commit aedbd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/cmd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
}
}

@media (prefered-color-scheme: dark) {
@media (prefers-color-scheme: dark) {
body {
filter: hue-rotate(180deg) invert();
backdrop-filter: invert();
Expand Down

0 comments on commit aedbd6c

Please sign in to comment.