Improved for Chrome
diff --git a/dev/scss/base.scss b/dev/scss/base.scss
index 2bef848..dcc7250 100644
--- a/dev/scss/base.scss
+++ b/dev/scss/base.scss
@@ -45,9 +45,9 @@
       color: $darkest-orange;
       @include color-transition;
     }
-    &:active, &:visited {
-      color: $darkest-orange;
-    }
+  }
+  &:visited {
+    color: $darkest-orange;
   }
 }
 
diff --git a/dev/scss/main/pagination.scss b/dev/scss/main/pagination.scss
index ef5eb34..4fa189c 100644
--- a/dev/scss/main/pagination.scss
+++ b/dev/scss/main/pagination.scss
@@ -63,6 +63,7 @@
       &::after {
 	font-family: 'FontAwesome';
 	content: $fa-elipsis;
+	line-height: 1em;
       }
     }
 
@@ -89,6 +90,7 @@
       &::after {
 	font-family: 'FontAwesome';
 	content: $fa-previous;
+	line-height: 1em;
       }
     }
 
@@ -105,6 +107,7 @@
       &::after {
 	font-family: 'FontAwesome';
 	content: $fa-next;
+	line-height: 1em;
       }
     }
     &:link:hover span {
diff --git a/dev/scss/main/sidebar.scss b/dev/scss/main/sidebar.scss
index c77fbc7..c76d67a 100644
--- a/dev/scss/main/sidebar.scss
+++ b/dev/scss/main/sidebar.scss
@@ -88,7 +88,8 @@
 
 	display: block;
 	&:visited {
-	  color: inherited;
+	  @include choose-item;
+	  // color: inherited;
 	}
 	&:hover {
 	  // color: inherit;