Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rose <est.michael@gmail.com>2014-12-24 06:46:06 +0300
committerMichael Rose <est.michael@gmail.com>2014-12-24 08:08:21 +0300
commitcfb5c04753a70e37cede10a874daa74406e82ef6 (patch)
tree6eb1abedf3b02fd5362c50e89c304844b8878dc7
parentb4007833a5e68a311074355e8735ace881f84b02 (diff)
Read more section typography changes
-rw-r--r--_sass/_page.scss6
-rw-r--r--_sass/_variables.scss2
2 files changed, 4 insertions, 4 deletions
diff --git a/_sass/_page.scss b/_sass/_page.scss
index 411f5ea..e8e0eaa 100644
--- a/_sass/_page.scss
+++ b/_sass/_page.scss
@@ -309,7 +309,7 @@ header .entry-meta {
margin: 0;
@include font-rem(28);
a {
- color: $primary;
+ color: $text-color;
}
@media #{$medium} {
@include font-rem(36);
@@ -317,7 +317,7 @@ header .entry-meta {
}
}
.read-more-list {
- border-top: solid 1px lighten($base-color,60);
+ border-top: solid 2px lighten($base-color,80);
}
.list-item {
width: 100%;
@@ -447,7 +447,7 @@ header .entry-meta {
display: inline-block;
@include font-rem(14);
background-color: $white;
- color: $primary;
+ color: $text-color;
border-width: 2px !important;
border-style: solid !important;
border-color: lighten($primary,50);
diff --git a/_sass/_variables.scss b/_sass/_variables.scss
index 5c36d36..d5d1c53 100644
--- a/_sass/_variables.scss
+++ b/_sass/_variables.scss
@@ -29,7 +29,7 @@ $white : #fff;
$black : #000;
$link-color : rgba(#222,0.8);
-$primary : $base-color;
+$primary : #222;
$success : #5cb85c;
$warning : #dd8338;
$danger : #C64537;