summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-xtheme/stylesheets/website/summary.less1
-rw-r--r--theme/stylesheets/website/variables.less4
2 files changed, 3 insertions, 2 deletions
diff --git a/theme/stylesheets/website/summary.less b/theme/stylesheets/website/summary.less
index b2a327c..f004819 100755
--- a/theme/stylesheets/website/summary.less
+++ b/theme/stylesheets/website/summary.less
@@ -35,6 +35,7 @@
outline: none;
line-height: 22px;
padding: 7px 4px;
+ color: inherit;
}
}
diff --git a/theme/stylesheets/website/variables.less b/theme/stylesheets/website/variables.less
index 4297dfb..5e565ea 100644
--- a/theme/stylesheets/website/variables.less
+++ b/theme/stylesheets/website/variables.less
@@ -30,7 +30,7 @@
// Sidebar
@sidebar-width: 300px;
@sidebar-breakpoint: 600px;
-@sidebar-color: hsl(207, 15%, 80%);
+@sidebar-color: hsl(207, 15%, 25%);
@sidebar-background: #fafafa;
@sidebar-border: @header-border;
@@ -43,7 +43,7 @@
@sidebar-divider-color: @sidebar-border;
-@sidebar-link-color: hsl(207, 15%, 25%);
+@sidebar-link-color: @sidebar-color;
@sidebar-link-background: transparent;
@sidebar-link-hover-color: hsl(207, 100%, 50%);
@sidebar-link-hover-background: transparent;