Skip to content

Commit

Permalink
Merge pull request #42 from OUCC/feat/#33
Browse files Browse the repository at this point in the history
#33 音声再生中に適用されるCSSの修正
  • Loading branch information
aiueo-1234 authored May 1, 2024
2 parents c288d43 + 11773fe commit bd35040
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 bd35040

Please sign in to comment.