diff options
author | amzrk2 | 2020-04-14 11:44:50 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-14 11:44:50 +0800 |
commit | 7dda657d380dda6549f8fd33264c957c390be428 (patch) | |
tree | 0622b5e0ed71b021608558870e8c5505638881d5 /assets | |
parent | cd7817b05a3644ccd9d252ebbead6eae48e0eef2 (diff) | |
download | hugo-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.scss | 9 |
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 |