Skip to content

Instantly share code, notes, and snippets.

@Y-dash
Last active March 23, 2022 10:54
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/e7963b771ebb859b74c4c2bce1e2acad to your computer and use it in GitHub Desktop.
Save Y-dash/e7963b771ebb859b74c4c2bce1e2acad to your computer and use it in GitHub Desktop.
Togetterをダークモードで見るためのユーザーCSS
html[lang="ja"] > body, #header, .contents>.left, .info_title, .info_box .description_box, .comment_box .comment, .simple_line_box li a, .css-1ehayua a h3, .side_box, .side_line_box li>a, .simple_list li a h3, .desc_input, .type_markdown .show_headings, .type_markdown .show_headings ul li a, #footer, .popup_comment, .list_box .title a, .impl_profile_big .user_link, #footer .inner>ul li.column h4, .user_show_tab_box ul li a, .list_box.type_url.type_profile p, .simple_list li .content .view_str span, .count_twitter, .count_facebook, .simple_list li .highlight {
background-color: #1E1E1E;
color: #C5C8C6;
}
.simple_list li .topic, .simple_list li .highlight, #fixed_header, .header_navigator, .header_navigator .inner > ul.header_link > li a {
background-color: #282A2E;
color: #C5C8C6;
}
body {
background-image: none;
}
ul.header_link > li:not(:hover):not(.select) {
border-bottom: 1px solid #ddd;
}
/* 各1行目のカラーはデフォルトのもの。色味を比較しながらいじる用に残す */
.c01, .red {
color: #e22;
color: #C7444A;
}
.c02 {
color: #e0e;
color: #DA70D6;
}
.c03, .simple_list li .topic {
color: #00d;
color: #6A9FB5;
}
.c04 {
color: #0cf;
color: #78AFC0;
}
.c05 {
color: #0d0;
color: #90A959;
}
.c06 {
color: #f80;
color: #D28445;
}
.c07 {
color: #800;
color: #CC555A;
}
.c08 {
color: #808;
color: #9872A2;
}
.c09 {
color: #008;
color: #6089B4;
}
.c10 {
color: #088;
}
.c11 {
color: #080;
color: #008200;
}
.c12 {
color: #880;
color: #9AA83A;
}
.c13 {
color: #ccc;
color: #676867;
}
.c14 {
color: #999;
color: #838383;
}
.c15 {
color: #555;
color: #9A9B99;
}
.c16, .info_title, .md-h-2, .title_head_box h1 a, .title_simple_box h3 a {
color: #000;
color: #D8D8D8;
}
.c17 {
color: #0dd;
color: #78AFC0;
}
.c18 {
color: #ffd400;
color: #D0B344;
}
.c19 {
color: #ec008c;
color: #DA70D6;;
}
.c20 {
color: #88f;
color: #9872A2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment