summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authoramzrk22020-04-14 11:44:50 +0800
committeramzrk22020-04-14 11:44:50 +0800
commit7dda657d380dda6549f8fd33264c957c390be428 (patch)
tree0622b5e0ed71b021608558870e8c5505638881d5 /assets
parentcd7817b05a3644ccd9d252ebbead6eae48e0eef2 (diff)
downloadhugo-theme-fuji-7dda657d380dda6549f8fd33264c957c390be428.tar.gz
hugo-theme-fuji-7dda657d380dda6549f8fd33264c957c390be428.tar.bz2
hugo-theme-fuji-7dda657d380dda6549f8fd33264c957c390be428.zip
Add post license
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_list.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/sass/_list.scss b/assets/sass/_list.scss
index d9bad6e..57f9fe9 100644
--- a/assets/sass/_list.scss
+++ b/assets/sass/_list.scss
@@ -55,6 +55,13 @@ article {
padding-bottom: 1.5em;
}
-#post-comment {
+#license {
+ @include link-primary();
+
+ margin-bottom: 1.5em;
+}
+
+// not show while iframe not loaded
+#post-comment .utterances-frame {
border-top: $spliter;
} \ No newline at end of file