/* Application-specific styles on top of Bootstrap. */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.navbar-brand {
    letter-spacing: 0.02em;
}

.list-group-numbered > .list-group-item::before {
    color: var(--bs-primary);
    font-weight: 600;
}

textarea.font-monospace {
    line-height: 1.5;
}

.card-title a:hover {
    color: var(--bs-primary);
}

.theme-toggle .theme-icon {
    display: inline-block;
    line-height: 1;
}
[data-bs-theme="light"] .theme-toggle .theme-icon-dark,
[data-bs-theme="dark"] .theme-toggle .theme-icon-light {
    display: none;
}
