Skip to content

Commit 1d8be54

Browse files
authored
minima/_layout.scss: Remove black line on top (rust-gamedev#585)
1 parent 207c279 commit 1d8be54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sass/_extra.scss

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ pre > code {
1212
background-color: inherit;
1313
}
1414

15+
.site-header {
16+
// To avoid a thick black line on top of the page.
17+
border-top: none;
18+
}
19+
1520
.intro {
1621
color: #ffffff;
1722
background-color: $brand-color;

0 commit comments

Comments
 (0)