[ userContent.css / Firefox95 / 2021年12月 ]

@charset "utf-8";

/* ページのソースを表示する際のフォント */
body#viewsource {
    font-size : 10pt !important;
    font-family : 'MS Gothic', monospace !important;
    line-height : 1.4em !important;
}

/* テキストのライン装飾(リンクの下線含む)を切れ目なく表示 */
body {
    text-decoration-skip-ink : none !important;
}

/* スクロールバー */
* {
    scrollbar-color : #cdcdcd #f0f0f0 !important;
    scrollbar-width : auto !important;
}