/* Dark theme overrides */
html.theme-dark body {
    background-color: #121212;
    color: #ffffff;
}

html.theme-dark .button {
    background-color: #2c2c2c;
    color: #ffffff;
    border: 1px solid #404040;
}

html.theme-dark .button:hover {
    background-color: #383838;
    border-color: #505050;
}

html.theme-dark a:not(.button) {
    color: #4899F7;
}

html.theme-dark a:not(.button):hover {
    color: #7AB8FF;
}

/* Specific button overrides for dark theme */
html.theme-dark .button.button-github,
html.theme-dark .button.button-tiktok {
    background-color: #000000;
    border-color: #ffffff;
}

html.theme-dark .button.button-twitter {
    background-color: #1DA1F2;
}

html.theme-dark .button.button-facebook {
    background-color: #1877F2;
}

html.theme-dark .button.button-youtube {
    background-color: #FF0000;
}

html.theme-dark .button.button-instagram {
    background-image: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
}
