Last active
December 12, 2018 11:37
-
-
Save kfur/0a0dd8378dbcba22768009dd8b5fd6ac to your computer and use it in GitHub Desktop.
Fix MacOS Mojave Dark mode rendering issue for third-party dictionaries in Dictionary.app by amending DefaultStyle.css file in .dictionary file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html { | |
background: transparent !important; | |
} | |
html.apple_client-panel ul.tags { | |
display: none; | |
} | |
body { | |
color: text; | |
/* | |
Your CSS here | |
*/ | |
} | |
/* | |
Your CSS here | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment