Skip to content

Commit 5248eba

Browse files
committed
Adjust style
1 parent 11133b5 commit 5248eba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ a {
104104

105105
@media (prefers-color-scheme: dark) {
106106
html {
107-
background: rgb(27, 28, 31);
107+
background: rgb(17, 17, 17);
108108
}
109109
body {
110-
color: rgb(217, 218, 222);
111-
background: rgb(41, 42, 47);
110+
color: rgb(226, 226, 226);
111+
background: rgb(24, 24, 24);
112112
}
113113
a {
114-
color: rgb(198, 201, 214);
114+
color: rgb(226, 226, 226);
115115
}
116116
}

0 commit comments

Comments
 (0)