diff options
Diffstat (limited to 'themes/even/src/css/_partial/_post')
-rw-r--r-- | themes/even/src/css/_partial/_post/_content.scss | 2 | ||||
-rw-r--r-- | themes/even/src/css/_partial/_post/_footer.scss | 19 |
2 files changed, 17 insertions, 4 deletions
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 +} |