From 63262d56bd2f35017f564dbbba971d93d8eaba75 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Tue, 6 Nov 2018 14:32:51 -0500 Subject: modify theme a bit, move tags to top --- themes/even/src/css/_partial/_post/_content.scss | 2 +- themes/even/src/css/_partial/_post/_footer.scss | 19 ++++++++++++++++--- themes/even/src/css/_variables.scss | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) (limited to 'themes/even/src') diff --git a/themes/even/src/css/_partial/_post/_content.scss b/themes/even/src/css/_partial/_post/_content.scss index 87c788b..11e7607 100644 --- a/themes/even/src/css/_partial/_post/_content.scss +++ b/themes/even/src/css/_partial/_post/_content.scss @@ -75,7 +75,7 @@ color: $theme-color; font-size: 1.1em; font-family: $global-serif-font-family; - + &:hover { border-bottom: $post-readMore-border-bottom; } diff --git a/themes/even/src/css/_partial/_post/_footer.scss b/themes/even/src/css/_partial/_post/_footer.scss index 012110f..c959c2f 100644 --- a/themes/even/src/css/_partial/_post/_footer.scss +++ b/themes/even/src/css/_partial/_post/_footer.scss @@ -1,6 +1,19 @@ // ============================== // Post footer // ============================== +.post-tags { + padding: $post-tags-padding; + + a { + margin-right: 5px; + color: $theme-color; + word-break: break-all; + + &::before { + content: '#'; + } + } +} .post-footer { margin-top: $post-footer-margin-top; @@ -40,7 +53,7 @@ &:hover { color: $theme-color; - transform: translateX(-4px); + transform: translateX(-4px); } } @@ -49,7 +62,7 @@ &:hover { color: $theme-color; - transform: translateX(4px); + transform: translateX(4px); } } @@ -71,4 +84,4 @@ } } } -} \ No newline at end of file +} diff --git a/themes/even/src/css/_variables.scss b/themes/even/src/css/_variables.scss index 06d7507..4a95180 100644 --- a/themes/even/src/css/_variables.scss +++ b/themes/even/src/css/_variables.scss @@ -5,7 +5,7 @@ // ========== Theme Color ========== // // Config here to change theme color // Default | Mint Green | Cobalt Blue | Hot Pink | Dark Violet -$theme-color-config: 'Default'; +$theme-color-config: 'Mint Green'; // Default theme color map $theme-color-map: ( -- cgit v1.2.3