about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-09-06 20:29:04 +0100
committerAlan Pearce2014-09-06 20:29:04 +0100
commitc20f1756a3111190dea6b0b5a972ff2f886198d0 (patch)
tree3b70c68a5b6a21b63b66fc099763bb95b6450405
parentc7b7b93958b2d02fe031cdb65be26f203f1976bb (diff)
downloadhyde-c20f1756a3111190dea6b0b5a972ff2f886198d0.tar.lz
hyde-c20f1756a3111190dea6b0b5a972ff2f886198d0.tar.zst
hyde-c20f1756a3111190dea6b0b5a972ff2f886198d0.zip
Remove unused footer link selectors
-rw-r--r--static/css/hyde.css24
1 files changed, 8 insertions, 16 deletions
diff --git a/static/css/hyde.css b/static/css/hyde.css
index b6186a4..79c3c51 100644
--- a/static/css/hyde.css
+++ b/static/css/hyde.css
@@ -190,8 +190,7 @@ a.sidebar-nav-item:focus {
 .theme-base-08 .sidebar {
   background-color: #ac4142;
 }
-.theme-base-08 .content a,
-.theme-base-08 .related-posts li a:hover {
+.theme-base-08 .content a {
   color: #ac4142;
 }
 
@@ -199,8 +198,7 @@ a.sidebar-nav-item:focus {
 .theme-base-09 .sidebar {
   background-color: #d28445;
 }
-.theme-base-09 .content a,
-.theme-base-09 .related-posts li a:hover {
+.theme-base-09 .content a {
   color: #d28445;
 }
 
@@ -208,8 +206,7 @@ a.sidebar-nav-item:focus {
 .theme-base-0a .sidebar {
   background-color: #f4bf75;
 }
-.theme-base-0a .content a,
-.theme-base-0a .related-posts li a:hover {
+.theme-base-0a .content a {
   color: #f4bf75;
 }
 
@@ -217,8 +214,7 @@ a.sidebar-nav-item:focus {
 .theme-base-0b .sidebar {
   background-color: #90a959;
 }
-.theme-base-0b .content a,
-.theme-base-0b .related-posts li a:hover {
+.theme-base-0b .content a {
   color: #90a959;
 }
 
@@ -226,8 +222,7 @@ a.sidebar-nav-item:focus {
 .theme-base-0c .sidebar {
   background-color: #75b5aa;
 }
-.theme-base-0c .content a,
-.theme-base-0c .related-posts li a:hover {
+.theme-base-0c .content a {
   color: #75b5aa;
 }
 
@@ -235,8 +230,7 @@ a.sidebar-nav-item:focus {
 .theme-base-0d .sidebar {
   background-color: #6a9fb5;
 }
-.theme-base-0d .content a,
-.theme-base-0d .related-posts li a:hover {
+.theme-base-0d .content a {
   color: #6a9fb5;
 }
 
@@ -244,8 +238,7 @@ a.sidebar-nav-item:focus {
 .theme-base-0e .sidebar {
   background-color: #aa759f;
 }
-.theme-base-0e .content a,
-.theme-base-0e .related-posts li a:hover {
+.theme-base-0e .content a {
   color: #aa759f;
 }
 
@@ -253,7 +246,6 @@ a.sidebar-nav-item:focus {
 .theme-base-0f .sidebar {
   background-color: #8f5536;
 }
-.theme-base-0f .content a,
-.theme-base-0f .related-posts li a:hover {
+.theme-base-0f .content a {
   color: #8f5536;
 }