Skip to content

Commit f39c8a0

Browse files
committed
Update GitHub pages
1 parent f9b6ae7 commit f39c8a0

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

_sass/minima/custom_styles.scss

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
a,
2+
a:visited {
3+
color: #609;
4+
}
5+
6+
.site-header {
7+
border-top-color: #609;
8+
}
9+
10+
.feed-subscribe {
11+
display: none;
12+
}
13+
14+
15+
@media (prefers-color-scheme: dark) {
16+
17+
a,
18+
a:visited {
19+
color: #C9F;
20+
}
21+
22+
.site-header {
23+
border-top-color: #C9F;
24+
}
25+
26+
}

0 commit comments

Comments
 (0)