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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorChen Xianmin <xianmin12@gmail.com>2018-12-10 14:31:31 +0300
committerGitHub <noreply@github.com>2018-12-10 14:31:31 +0300
commitf9ee7b1337cc6a57733c462ef752be4ef8ee7479 (patch)
tree954d0177b01450f075f710410412e1dde754ba5a /assets
parent76132fbc05a9046f5dbb55e0336ebcdc0a25f18e (diff)
feat: sticky post icon. Close #65
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_partial/_post/_header.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/sass/_partial/_post/_header.scss b/assets/sass/_partial/_post/_header.scss
index 4c0c265..4415519 100644
--- a/assets/sass/_partial/_post/_header.scss
+++ b/assets/sass/_partial/_post/_header.scss
@@ -9,6 +9,13 @@
font-size: $post-title-font-size;
font-weight: $post-title-font-weight;
font-family: $global-serif-font-family;
+
+ .post-pinned svg {
+ vertical-align: middle;
+ width: 24px;
+ height: 24px;
+ fill: $theme-color;
+ }
}
.post-link {