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