We'd like to use a higher contrast style for our web page on Kindle web browser for e-ink displays. However Kindle uses regular screen
media type. There is mention of using amzn-mobi
and amzn-kf8
media types for Kindle but they seem to be applicable only to e-books, not to the web browser.
We can always look into the user agent string and add a class accordingly but we'd like to avoid JavaScript based solutions as much as possible when there is a CSS-based alternative.
@media amzn-mobi{/*higher contrast styles*/}
does not work? From kindlegen.s3.amazonaws.com/AmazonKindlePublishingGuidelines.pdf – Kwan