UserCSS-青
code:style.css
/* テーマ由来の色 */
html {
/* from stationery theme */
}
/* 選択した時に出てくるdiv */
.selection {
}
/* リンク(存在するページ) */
.page-link {
background-color:#e0e0ff;
}
/* リンク(存在しないページ) */
.empty-page-link {
color: #fd7373 !important; /* from Scrapbox css (page-linkにimportantを立てたため必要) */ }
IMEのpreeditに色を付けるやつ
code:style.css
textarea {
}
カードの色
!important書くと負けた気がするのでそのうち調べる
:rootだから必要だっただけで、htmlに適用すると優先されるっぽい
code:style.css
html {
}
.grid .header {
}