ciderapp / Cider-ThemeKit

Cider Theme SDK - Issues & Requests
GNU General Public License v3.0
7 stars 1 forks source link

Artwork Color In Use Hint #4

Closed booploops closed 1 week ago

booploops commented 2 months ago

Place a [theme-hint-uses-artwork-color] type attribute on parent elements as a hint to theme stylesheets that artwork color will be used on the child elements.

Example:

:not([theme-hint-uses-artwork-color]) {
  color: red;
}
booploops commented 2 months ago

Changed to [theme-hint-uses-artwork-color] due for 2.5.2