.theme-dark {
    background-color: #212529;
    color: white;
}

.theme-dark a {
    color: #9FA2B4;
    /* Adjust based on your dark theme needs */
}

.theme-dark a:hover {
    color: #20d2ff;
    /* Adjust based on your dark theme needs */
}

/* Additional styling to ensure other components are also themed */

.my-game-icon {
    padding-right: 12px;
}