aboutsummaryrefslogtreecommitdiff
path: root/src/css/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/_variables.scss')
-rw-r--r--src/css/_variables.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/css/_variables.scss b/src/css/_variables.scss
index 07b78e5..47dd63e 100644
--- a/src/css/_variables.scss
+++ b/src/css/_variables.scss
@@ -128,11 +128,8 @@ $post-title-font-weight: 400 !default;
// Margin top of the post meta (post time).
$post-meta-margin-top: 5px !default;
-// Font color of the post time.
-$post-time-font-color: $dark-gray !default;
-
-// Font color of the post category
-$post-category-font-color: $dark-gray !default;
+// Font color of the post meta.
+$post-meta-font-color: $dark-gray !default;
// Border bottom of the read more link when hover it.
$post-readMore-border-bottom: 1px solid $theme-color !default;