body {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

[data-bs-theme=dark] a.switchable {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

[data-bs-theme=light] a.switchable {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

[data-bs-theme=dark] a.switchable:hover {
    color: #90caf9;
    text-decoration: none;
    font-weight: bold;
}

[data-bs-theme=light] a.switchable:hover {
    color: #0056b3;
    text-decoration: none;
    font-weight: bold;
}