_sass/hamilton/skin.scss in jekyll-theme-hamilton-1.3.0 vs _sass/hamilton/skin.scss in jekyll-theme-hamilton-1.4.0
- old
+ new
@@ -61,14 +61,19 @@
///////// Layout ///////////
.site-header {
+ background-color: $background-color;
border-top-color: $border-color-dark;
border-bottom-color: $border-color-light;
}
+.site-sidebar {
+ border-color: $border-color-light;
+}
+
.site-title {
color: $text-color;
&:visited {
color: $text-color;
@@ -107,11 +112,11 @@
color: $text-color;
}
}
.post-header {
- background-color: $border-color-light;
+ border-bottom-color: $border-color-light;
}
.post-meta {
color: $text-color-light;
}
@@ -139,9 +144,13 @@
}
.site-footer {
color: $text-color-light;
border-top-color: $border-color-light;
+}
+
+.sidebar-section {
+ border-bottom-color: $border-color-light;
}
.feed-subscribe {
a {
color: $subscribe-color;