Skip to content

Commit

Permalink
text formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFromCanada committed Jan 18, 2019
1 parent edfbc5e commit da87cf7
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
$green-tf: #558b2f;
a {
color: $green-100;
color: $green-tf;
}
::selection {
background: $green-000;
background: $green-tf;
}
.search-input:focus + .search-icon {
fill: $green-tf;
}
.navigation,
.site-title,
.site-footer {
width: 270px;
}
blockquote {
border: 1px solid;
border-radius: 4px;
color: $green-tf;
font-weight: bold;
font-size: large;
margin-left: 0;
padding: 0.4em;
}
blockquote>p {
margin-bottom: 0;
}

0 comments on commit da87cf7

Please sign in to comment.