13,002
回編集
編集の要約なし タグ: 差し戻し済み |
編集の要約なし タグ: 差し戻し済み |
||
354行目: | 354行目: | ||
/* ダークモードの場合のスタイル */ | /* ダークモードの場合のスタイル */ | ||
@media (prefers-color-scheme: dark) { | @media (prefers-color-scheme: dark) { | ||
body, body * { | |||
color: rgb(250, 250, 250) !important; | |||
} | |||
body { | body { | ||
background-color: rgb(42, 42, 42); | background-color: rgb(42, 42, 42); | ||
401行目: | 405行目: | ||
background-color: rgb(42, 42, 42); | background-color: rgb(42, 42, 42); | ||
border-color: #333; | border-color: #333; | ||
} | |||
/* 入力フォーム要素 */ | |||
input, textarea, select { | |||
background-color: rgb(42, 42, 42); | |||
color: rgb(250, 250, 250) !important; | |||
} | } | ||
699行目: | 709行目: | ||
font-weight: bold; | font-weight: bold; | ||
font-family: "Droid Sans" !important; | font-family: "Droid Sans" !important; | ||
} | |||
a:link { | |||
color: #FF560A !important; | |||
} | |||
a:visited { | |||
color: #b589d6 !important; | |||
} | } | ||