cleaning up stylesheets

This commit is contained in:
Tetsuro
2015-01-26 20:32:10 -05:00
parent e661b5a275
commit 79ec1506de
3 changed files with 45 additions and 20 deletions
+7 -8
View File
@@ -16,8 +16,7 @@ body {
font-size: $base-font-size;
line-height: $base-line-height;
font-weight: 300;
color: $text-color;
background-color: $background-color;
color: $color-slate;
-webkit-text-size-adjust: 100%;
}
@@ -75,15 +74,15 @@ h1, h2, h3, h4, h5, h6 {
* Links
*/
a {
color: $brand-color;
// color: $brand-color;
text-decoration: none;
&:visited {
color: darken($brand-color, 15%);
// color: darken($brand-color, 15%);
}
&:hover {
color: $text-color;
// color: $text-color;
text-decoration: underline;
}
}
@@ -94,8 +93,8 @@ a {
* Blockquotes
*/
blockquote {
color: $grey-color;
border-left: 4px solid $grey-color-light;
//color: $grey-color;
// border-left: 4px solid $grey-color-light;
padding-left: $spacing-unit / 2;
font-size: 18px;
letter-spacing: -1px;
@@ -114,7 +113,7 @@ blockquote {
pre,
code {
font-size: 15px;
border: 1px solid $grey-color-light;
// border: 1px solid $grey-color-light;
border-radius: 3px;
background-color: #eef;
}