📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
編集の要約なし |
編集の要約なし |
||
| 558行目: | 558行目: | ||
.mw-highlight .bp { /* Name.Builtin.Pseudo */ | .mw-highlight .bp { /* Name.Builtin.Pseudo */ | ||
color: #6ea8fe !important; /* 明るい青 */ | color: #6ea8fe !important; /* 明るい青 */ | ||
} | |||
/* SyntaxHighlight - ヘッダファイル名とライブラリ名 - ダークモード */ | |||
.mw-highlight .n, /* Name */ | |||
.mw-highlight .na, /* Name.Attribute */ | |||
.mw-highlight .nl, /* Name.Label */ | |||
.mw-highlight .nn, /* Name.Namespace */ | |||
.mw-highlight .no, /* Name.Constant */ | |||
.mw-highlight .nt { /* Name.Tag */ | |||
color: #79c0ff !important; /* 明るい青 - ダークモードで視認性が良い */ | |||
font-weight: 500 !important; | |||
font-style: normal !important; /* イタリックを解除 */ | |||
} | |||
/* プリプロセッサディレクティブ - ダークモード */ | |||
.mw-highlight .cp { /* Comment.Preproc */ | |||
color: #d63384 !important; | |||
font-weight: 600 !important; | |||
font-style: normal !important; | |||
} | } | ||