Skip to content

Commit

Permalink
fixes #4 add color to link, fix header close #7
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmorrison committed May 18, 2016
1 parent d15475a commit ce0f5e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/oscar.css
Expand Up @@ -81,6 +81,8 @@ h1, h2, h3, h4, h5, h6 {
padding-bottom: 1rem;
margin-bottom: 3rem;
border-bottom: 1px solid #eee;
display: inline-block;
width: 100%;
}
.masthead-title {
margin-top: 0;
Expand Down Expand Up @@ -181,6 +183,10 @@ a.nav-item{
margin-bottom: 4em;
}

.post-content a {
color: #1abc9c;
}

/* Blog post or page title */
.page-title,
.post-title,
Expand Down

0 comments on commit ce0f5e3

Please sign in to comment.