📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
編集の要約なし |
編集の要約なし |
||
| 149行目: | 149行目: | ||
} | } | ||
/*.mw-highlight | /* シンタックスハイライトのベースとなる背景色と文字色 */ | ||
.mw-highlight { | |||
background-color: #1e1e1e !important; | |||
/*}*/ | color: #d4d4d4 !important; | ||
} | |||
/* 各種要素の色設定 */ | |||
.mw-highlight .keyword { color: #569cd6 !important; } /* キーワード */ | |||
.mw-highlight .string { color: #ce9178 !important; } /* 文字列 */ | |||
.mw-highlight .comment { color: #6a9955 !important; } /* コメント */ | |||
.mw-highlight .function { color: #dcdcaa !important; } /* 関数 */ | |||
.mw-highlight .variable { color: #9cdcfe !important; } /* 変数 */ | |||
.mw-highlight .number { color: #b5cea8 !important; } /* 数値 */ | |||
.mw-highlight .operator { color: #d4d4d4 !important; } /* 演算子 */ | |||
.mw-highlight .class { color: #4ec9b0 !important; } /* クラス */ | |||
.firstHeading { | .firstHeading { | ||