Skip to content

Instantly share code, notes, and snippets.

@Y-dash
Created December 14, 2021 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Y-dash/0a453f820f796d261456d421084e2a5e to your computer and use it in GitHub Desktop.
Save Y-dash/0a453f820f796d261456d421084e2a5e to your computer and use it in GitHub Desktop.
Twilogをダークモードで見るためのユーザーCSS
body, #container {
background-color: #3C4043;
color: #e8eaed;
}
#content, .sidebox, .breadcrumb a, .breadcrumb a:hover, .breadcrumb li, .box-stats strong, .box-stats span, .box-stats .stats, .box-sort p, .tl-text, .tl-name strong, .side-title {
background-color: #202124;
color: #e8eaed;
}
.title01, footer, footer section {
background-color: #3C4043;
background-image: none;
}
.title01 {
border-left: 1px solid #5f6368;
border-right: 1px solid #5f6368;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment