Skip to content

IT 邦幫忙 (Dark Mode) 2022 by chenyii1120

Details

Authorchenyii1120

LicenseNo License

Categoryithelp, ithome, IT邦幫忙

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

修正留言區顏色

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;
}
}

.comment__list {
    color: #303233;
}

Reviews

No reviews yet.