Skip to content

Instantly share code, notes, and snippets.

@kfur
Last active December 12, 2018 11:37
Show Gist options
  • Save kfur/0a0dd8378dbcba22768009dd8b5fd6ac to your computer and use it in GitHub Desktop.
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
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