Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

Commit

Permalink
Update following MacOS 10.12 (Sierra) Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JayPanoz committed Oct 3, 2016
1 parent a5971ae commit 845c054
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ReadingSystems/iBooks/OS X/user_stylesheet_flowable.css.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,10 @@
color: #{{.css_themeLinkColor}};
}
:root[__ibooks_internal_theme={{.css_themeIdentifier}}] a:link,
:root[__ibooks_internal_theme={{.css_themeIdentifier}}] a:visited,
:root[__ibooks_internal_theme={{.css_themeIdentifier}}] a:link *,
:root[__ibooks_internal_theme={{.css_themeIdentifier}}] a:visited * {
:root[__ibooks_internal_theme={{.css_themeIdentifier}}] a:visited {
color: #{{.css_themeLinkColor}};
}
:root[__ibooks_internal_theme={{.css_themeIdentifier}}] a:active,
:root[__ibooks_internal_theme={{.css_themeIdentifier}}] a:active * {
:root[__ibooks_internal_theme={{.css_themeIdentifier}}] a:active {
color: #{{.css_themeLinkColor}};
}

Expand Down

0 comments on commit 845c054

Please sign in to comment.