<link rel="stylesheet" href="styles.css">
<!-- Include base styles --> <link rel="stylesheet" href="styles.css"> <!-- Then include dark theme override --> <link rel="stylesheet" href="dark-theme.css">
To use the dark theme, include both the base styles.css and dark-theme.css.