html[data-bs-theme='dark'] {
    background-color: #212529; /* ダークモードの背景色に合わせて調整してください */
    color: #ffffff; /* テキストの色もここで調整できます */
}
