Skip to content

Commit a4665bb

Browse files
committed
Dark mode for the website
1 parent ecbedce commit a4665bb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

index.html

+15
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,21 @@
158158
margin-left: 10px;
159159
text-transform: uppercase;
160160
}
161+
162+
@media (prefers-color-scheme: dark) {
163+
body {
164+
background: #1E272C;
165+
color: #d9e5fa;
166+
}
167+
168+
.card {
169+
background: #262f34;
170+
}
171+
172+
.site-subtitle {
173+
color: #9fa6b3;
174+
}
175+
}
161176
</style>
162177
</head>
163178

0 commit comments

Comments
 (0)