_sass/Layout.scss in jekyll-theme-fica-0.1.4 vs _sass/Layout.scss in jekyll-theme-fica-0.1.5
- old
+ new
@@ -11,10 +11,20 @@
// Positioning context for the mobile navigation icon
position: relative;
}
+ .site-header-home {
+ background-color: $home-header-title-color;
+ border-top: 5px solid $home-header-title-color;
+ border-bottom: 5px solid $home-header-title-color;
+ min-height: $spacing-unit * 1.865;
+ line-height: $base-line-height * $base-font-size * 2.25;
+
+ // Positioning context for the mobile navigation icon
+ position: relative;
+ }
.site-title {
@include relative-font-size(1.625);
font-weight: 690;
letter-spacing: -1px;
margin-bottom: 0;
@@ -25,11 +35,11 @@
padding-right: 45px;
}
&,
&:visited {
- color: $site-title-color;
+ color: $text-color;
}
&:hover {
color: $header-link-color;
}
@@ -50,11 +60,11 @@
100% {opacity: 100%;}
}
}
.page-header {
border-top: 10px solid $home-header-title-color;
- color: $site-title-color;
+ color: $text-color;
background-color: $home-header-title-color;
border-bottom: 5px solid $home-header-title-color;
padding-bottom: 10px;
text-align: center;
}
@@ -163,10 +173,11 @@
@media screen and (min-width: $on-medium) {
position: static;
float: right;
border: none;
background-color: inherit;
+
label[for="nav-trigger"] {
display: none;
}
@@ -209,15 +220,15 @@
font-weight: bolder;
padding-right: $spacing-unit / 2;
padding-left: 0;
padding-bottom: 4px;
font-size: larger;
- color: #f0ffff;
+ color: $text-color;
}
&:first-child:hover {
- color: #f0ffff;
+ color: $text-color;
}
&:last-child {
padding-right: 0;
padding-left: $spacing-unit / 2;
@@ -230,35 +241,35 @@
}
}
.Product_footer {
list-style: none;
- color: #f0ffff;
+ color: $text-color;
width: calc(100% - (#{$spacing-unit} / 2));
padding: 0 ($spacing-unit / 2);
&:first-child {
padding-right: $spacing-unit / 2;
padding-left: 0;
padding-bottom: 1px;
font-size: 0.6cm;
- color: #f0ffff;
+ color: $text-color;
font-weight: 900;
}
&:last-child:hover {
- color: #f0ffff;
+ color: $text-color;
}
&:last-child {
padding-right: 0;
padding-left: $spacing-unit / 2;
font-size: 40;
}
&:hover {
- color: #f0ffff;
+ color: $text-color;
text-decoration: none;
}
}
@media screen and (min-width: $on-medium) {
@@ -338,11 +349,11 @@
}
}
.post-meta {
font-size: $small-font-size;
- color: $site-title-color;
+ color: $text-color;
}
.post-link {
display: block;
@include relative-font-size(1.5);
@@ -419,11 +430,11 @@
display: block;
padding: $spacing-unit / 4;
border: 1px solid transparent;
&.pager-edge {
- color: $border-color-01;
+ color: $code-background-color;
border: 1px dashed;
}
}
}
}
@@ -457,6 +468,7 @@
color: $btn-text-hover-color;
text-decoration: none;
background-color: $btn-color-hover;
border-color: $btn-color-hover;
}
- }
+ }
+
\ No newline at end of file