Skip to content

Commit aa95568

Browse files
committed
dark mode
1 parent 90d2c20 commit aa95568

File tree

6 files changed

+860
-6
lines changed

6 files changed

+860
-6
lines changed

css/custom.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@media screen and (prefers-color-scheme: dark) {
2+
body {
3+
background-color: black;
4+
color: white;
5+
}
6+
}
7+
8+
.card {
9+
padding: 8rem 0;
10+
}

0 commit comments

Comments
 (0)