Skip to content

Instantly share code, notes, and snippets.

@ThinaticSystem
Created March 8, 2022 11:26
Show Gist options
  • Save ThinaticSystem/521749dd6335a6a48d1855419e4d99ad to your computer and use it in GitHub Desktop.
Save ThinaticSystem/521749dd6335a6a48d1855419e4d99ad to your computer and use it in GitHub Desktop.
日本語コロケーション辞典ダークテーマ(カスタムCSS)
body, #head, #head2, input, #foot {
background: #221;
}
* :not(a) {
color: #BBB;
}
a:link {
color: #48F;
}
a:visited {
color: #A4F;
}
.col_font1 {
color: #5BA;
}
#wrap, #wrap > *, .kensaku-box, .sidebar-box1 {
border-color: #444;
}
td {
border-color: #777;
}
#content > *:not(.kensaku-box), .hyogen_midasi1 {
border-color: #366;
}
img {
filter: invert(0.866) hue-rotate(180deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment