Skip to content

Commit

Permalink
Fix colors for modals in general
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans5958 committed Nov 29, 2024
1 parent e68ca14 commit b994b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/assets/css/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,10 @@ body.dark {
display: none
}

.modal {
color: black;
}

}

// =============================================================
Expand Down
1 change: 0 additions & 1 deletion assets/assets/css/parts/player-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
}

.plyrmdl-modal {
color: black;
.yt-wrapper {
position: relative;
margin-left: auto;
Expand Down

0 comments on commit b994b62

Please sign in to comment.