Skip to content

Commit

Permalink
Back to DM.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmcclure committed Nov 29, 2016
1 parent a1d9f12 commit 20b8e91
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
7 changes: 3 additions & 4 deletions assets/stylesheets/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@

#site-title {

margin-left: -3px;
margin-left: -5px;
line-height: 1em;

font-weight: bold;
font-size: 120px;
font-family: acier-bat-noir;

Expand All @@ -25,11 +24,11 @@
}

li+li:before {
content: " ";
content: "/ ";
}

a {
font-weight: bold;
font-weight: 400;
}

}
Expand Down
4 changes: 1 addition & 3 deletions assets/stylesheets/style.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@


// Icons:
@import url(
"//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css"
);
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

// Vendor:
@import "bootstrap/less/bootstrap";
Expand Down
4 changes: 4 additions & 0 deletions assets/stylesheets/typography.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ body {
font-weight: 300;
line-height: 1.5;
}

a:hover {
color: #208cca;
}
2 changes: 1 addition & 1 deletion assets/stylesheets/variables.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


// Colors
@brand-primary: #004da2;
@brand-primary: #0b71ac;

// Typography
@font-family-sans-serif: "freight-sans-pro", Helvetica, sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion dist/style.css

Large diffs are not rendered by default.

0 comments on commit 20b8e91

Please sign in to comment.