Skip to content

Commit 71387ba

Browse files
Update styles.css
1 parent 3433162 commit 71387ba

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

styles.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,3 +239,15 @@ footer {
239239
.btn-animated:hover::before {
240240
left: 0;
241241
}
242+
243+
/* 🌗 Light theme overrides */
244+
html[data-theme="light"] {
245+
--color-bg: #f7f9fc;
246+
--color-text: #0d1117;
247+
--color-accent: #b8860b;
248+
--color-secondary: #4a5568;
249+
}
250+
html[data-theme="light"] body {
251+
background-color: var(--color-bg);
252+
color: var(--color-text);
253+
}

0 commit comments

Comments
 (0)