Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1d8be54

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

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎sass/_extra.scss

Copy file name to clipboardExpand all lines: sass/_extra.scss
+5Lines changed: 5 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.