[ userContent.css / Firefox86 / 2021年3月 ]

@charset "utf-8";

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

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