Skip to content

Commit

Permalink
#33 音声再生中に適用されるCSSの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
TakenPt committed Apr 13, 2024
1 parent b422d4e commit 3aa0032
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Epub/KoeBook.Epub/Models/EpubDocument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ public class EpubDocument(string title, string author, string coverFilePath, Gui

public List<CssClass> CssClasses { get; set; } = [
new CssClass("-epub-media-overlay-active", """
.-epub-media-overlay-active *{
background-color: yellow;
color: black !important;
.-epub-media-overlay-active, .-epub-media-overlay-active * {
background-color: yellow;
color: black !important;
}
"""),
new CssClass("-epub-media-overlay-unactive", """
.-epub-media-overlay-unactive * {
html.-epub-media-overlay-unactive * {
color: gray;
}
"""),
Expand Down

0 comments on commit 3aa0032

Please sign in to comment.