summaryrefslogtreecommitdiffstats
path: root/assets/sass/_content.scss
diff options
context:
space:
mode:
authorDSRKafuU2020-04-23 23:34:45 +0800
committerGitHub2020-04-23 23:34:45 +0800
commit50900be20164758f1ae3ef1fb18d65424bc98743 (patch)
treea01ec7f161f73deac667b4e51be4f374b9ea8f5b /assets/sass/_content.scss
parentaaa441e5f2e065ebcf1e645f7924e9ef28b8d242 (diff)
parent29f2e593583861173b212c0495dec2e26206072b (diff)
downloadhugo-theme-fuji-50900be20164758f1ae3ef1fb18d65424bc98743.tar.gz
hugo-theme-fuji-50900be20164758f1ae3ef1fb18d65424bc98743.tar.bz2
hugo-theme-fuji-50900be20164758f1ae3ef1fb18d65424bc98743.zip
Merge pull request #5 from amzrk2/dev
Merge v1.2.0 dev branch
Diffstat (limited to 'assets/sass/_content.scss')
-rw-r--r--assets/sass/_content.scss15
1 files changed, 10 insertions, 5 deletions
diff --git a/assets/sass/_content.scss b/assets/sass/_content.scss
index c92a3d4..09233a7 100644
--- a/assets/sass/_content.scss
+++ b/assets/sass/_content.scss
@@ -78,6 +78,11 @@
@include link-secondary();
}
+#post-aplayer {
+ font-family: inherit;
+ margin: 0 2px 1.5em 2px;
+}
+
// read more link style
#post-exlink {
margin: 0.5em 0 0 0;
@@ -100,7 +105,7 @@ article {
// in-post license style
#license {
- @include link-primary();
+ @include link-secondary();
margin-bottom: 1.5em;
}
@@ -110,14 +115,14 @@ article {
border-top: $spliter;
margin: 0 0 1.5em 0;
padding-top: 1.5em;
+ text-align: center;
- #container-loading-bar {
- width: 2em;
- margin: 0 auto;
+ i {
+ font-size: 1.5em;
+ color: $color-primary;
}
p {
- text-align: center;
margin: 0.5em 0 0 0;
}
}