Skip to content

Commit

Permalink
Fix: Do not filter logo if rainbow is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Oct 28, 2023
1 parent 2719aa4 commit 4f9f094
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/moodle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
.bg-white {
background-color: var(--base) !important;
}
}

[data-gaming_gundai_dark="true"]:not([data-gaming_gundai="true"]) {
.logo {
filter: invert(1) grayscale(100%);
}
Expand Down

0 comments on commit 4f9f094

Please sign in to comment.