_sass/_layout.scss in jekyll-theme-mehdix-rtl-1.1.1 vs _sass/_layout.scss in jekyll-theme-mehdix-rtl-1.2.0
- old
+ new
@@ -22,24 +22,18 @@
.site-title {
font-size: 26px;
line-height: 56px;
letter-spacing: -1px;
-
- &:visited {
- color: white;
- }
+ color: $anti-color;
}
.post-list {
list-style: none;
h2 {
font-weight: bold;
- a {
- //color: darken($header-color, 30%);
- }
}
.post-list-item {
margin-bottom: $spacing-unit;
}
@@ -66,11 +60,11 @@
}
}
.meta {
font-size: $small-font-size;
- color: lighten($text-color, 10%);
+ color: $grey-color;
}
.list-meta-col {
@extend .meta;
width: 160px;
@@ -84,11 +78,11 @@
.post-list-header {
font-size: 4em;
}
#motto {
- color: white;
+ color: $anti-color;
vertical-align: calc(40%);
}
.image-caption {
text-align: center;
@@ -121,10 +115,10 @@
.button {
border: none;
padding: 5px 32px;
background-color: lighten($brand-color, 25%);
border-radius: 2px;
- color: white;
+ color: $anti-color;
}
@include media-query($on-palm) {
#motto {
display: none;
\ No newline at end of file