Skip to content

Instantly share code, notes, and snippets.

@adamconroy
Created November 13, 2018 04:36
Show Gist options
  • Save adamconroy/9b1fcbe8a7ed4682c813db234e3d54a1 to your computer and use it in GitHub Desktop.
Save adamconroy/9b1fcbe8a7ed4682c813db234e3d54a1 to your computer and use it in GitHub Desktop.
Dark Theme for NHK Easy News
body {
background: black;
}
#easy-wrapper .dictionary-box {
background: #2d2d2d;
}
#easy-wrapper .dictionary-contents__title {
color: lightblue;
}
#easy-wrapper .side-news-item {
background: lightgrey;
}
#easy-wrapper .article-main__title {
color: white;
}
#easy-wrapper .enquete {
color: black;
}
div {
color: #c4c4c4;
background: #2d2d2d;
}
#easy-wrapper .article-body rt {
color: #ff7cfb;
}
#easy-wrapper .colorC {
color: #80ceff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment