|
@@ -89,6 +89,7 @@ em {
|
|
|
font-weight: 200;
|
|
|
}
|
|
|
blockquote {
|
|
|
+ font-family: "aller", sans-serif, helvetica;
|
|
|
quotes: none;
|
|
|
padding: 10px 20px;
|
|
|
margin: 0 0 20px;
|
|
@@ -133,10 +134,10 @@ li {
|
|
|
ul, ol, dl, p {
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
-a {
|
|
|
+a, a:visited {
|
|
|
color: #337ab7;
|
|
|
}
|
|
|
-a:hover, a:active, a:visited {
|
|
|
+a:hover, a:active {
|
|
|
background-color: transparent;
|
|
|
text-decoration: underline;
|
|
|
outline: 0;
|
|
@@ -151,7 +152,8 @@ a:focus {
|
|
|
text-decoration: underline;
|
|
|
outline-offset: -2px;
|
|
|
}
|
|
|
-h1 a, h2 a, h3 a, h4 a, strong a {
|
|
|
+h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited,
|
|
|
+h4 a, h4 a:visited, strong a, strong a:visited {
|
|
|
color: #444;
|
|
|
text-decoration: underline;
|
|
|
}
|
|
@@ -185,9 +187,6 @@ nav li {
|
|
|
display: inline;
|
|
|
padding: 0 15px;
|
|
|
}
|
|
|
-nav li a:visited {
|
|
|
- color: #337ab7;
|
|
|
-}
|
|
|
|
|
|
/* footer styles */
|
|
|
footer {
|