#changelist-filter-extra-actions > a:hover {
    background-color: revert;
}

.overflow-indicator {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), white);
}

.overflow-indicator:is(.dark *) {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(var(--color-base-900)));
}


/* https://tailwindcss.com/docs/preflight#headings-are-unstyled */
@layer base {
    html {
        h1 {
            font-size: var(--text-2xl);
            font-weight: bold;
        }

        h2 {
            font-size: var(--text-xl);
            font-weight: bold;
        }

        h3 {
            font-size: var(--text-lg);
            font-weight: bold;
        }

        h4 {
            font-size: var(--text-base);
            font-weight: bold;
        }

        h5 {
            font-size: var(--text-sm);
            font-weight: bold;
        }

        h6 {
            font-size: var(--text-xs);
            font-weight: bold;
        }
    }
}
