Simplify styling

This commit is contained in:
Michael Rose
2016-03-19 21:50:18 -04:00
parent 109f4ffb44
commit d5ce1b2226
8 changed files with 52 additions and 43 deletions

View File

@@ -102,14 +102,8 @@
color: mix(#fff, $gray, 25%);
font-family: $sans-serif;
font-size: 14px;
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
p {
margin-bottom: 0;
margin-bottom: 0.5em;
}
}
@@ -120,6 +114,32 @@
}
/*
Page taxonomy
========================================================================== */
.page__taxonomy {
.sep {
display: none;
}
}
.page__taxonomy-item {
display: inline-block;
margin-right: 5px;
margin-bottom: 8px;
padding: 5px 10px;
text-decoration: none;
border: 1px solid $light-gray;
border-radius: $border-radius;
&:hover {
text-decoration: none;
border-color: $gray;
}
}
/*
Comments
========================================================================== */