Skip to content

Commit 1ed8aff

Browse files
committed
no dark mode
1 parent 8312706 commit 1ed8aff

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

_layouts/default.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,6 @@
6767
a:hover {
6868
text-decoration: underline;
6969
}
70-
71-
@media (prefers-color-scheme: dark) {
72-
body {
73-
background-color: #1e1e1e;
74-
color: #ddd;
75-
}
76-
main {
77-
background-color: #2b2b2b;
78-
box-shadow: none;
79-
}
80-
a { color: #58a6ff; }
81-
code, pre { background: #333; color: #ddd; }
82-
}
8370
</style>
8471
</head>
8572

0 commit comments

Comments
 (0)