編集の要約なし |
編集の要約なし |
||
| 5行目: | 5行目: | ||
/*font-family: 'Noto Sans JP', sans-serif !important;*/ | /*font-family: 'Noto Sans JP', sans-serif !important;*/ | ||
font-family: monospace !important; | font-family: monospace !important; | ||
} | |||
/* 画面の縦サイズが1080ピクセルを超える場合 */ | |||
@media screen and (min-height: 1081px) { | |||
.mw-body-content { | |||
line-height: 1.5; /* 行間を1.5に変更 */ | |||
} | |||
} | } | ||
| 14行目: | 21行目: | ||
/*background-color: rgba(48, 48, 48, 1.0) !important;*/ | /*background-color: rgba(48, 48, 48, 1.0) !important;*/ | ||
background-color: #2A2A2A; | background-color: #2A2A2A; | ||
} | } | ||