簡單的 IT 邦幫忙黑色模式.
如有任何問題或意見可以告訴我.
michael.841028@gmail.com
IT 邦幫忙 (Dark Mode) by qhan1028
Details
Authorqhan1028
LicenseNo License
Categoryithelp
Created
Updated
Size977 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name IT 邦幫忙 (Dark Mode)
@version 20211213.07.44
@namespace userstyles.world/user/qhan1028
@description 簡單的 IT 邦幫忙黑色模式.
如有任何問題或意見可以告訴我.
michael.841028@gmail.com
@author qhan1028
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://ithelp.ithome.com.tw/") {
body, .header {
background-color: #303030
}
.leftside, .qa-panel, .rightside, .sidebox, .trainee__body, .article-series, .reply-frame, .reply-status {
color: #f2f2f2;
background-color: #404040;
border: none
}
.sidebox__body, .sidebox__itemLink, .sidebox__rankItemLink, .trainee__item, .article-series-catalog__link, .article-series-catalog__topic-link, .article-series-catalog__num, .article-series-catalog__topic, .article-series-page__title, .qa-list, .board .tabs-content, .qa-list__title-link, .qa-condition, .qa-list__info-time {
background-color: #404040;
color: #f2f2f2;
}
}