summaryrefslogtreecommitdiffstats
path: root/assets/sass
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass')
-rw-r--r--assets/sass/_content.scss5
-rw-r--r--assets/sass/_sidebar.scss4
2 files changed, 9 insertions, 0 deletions
diff --git a/assets/sass/_content.scss b/assets/sass/_content.scss
index ab8b76d..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;
diff --git a/assets/sass/_sidebar.scss b/assets/sass/_sidebar.scss
index 9fa49e7..9cadddf 100644
--- a/assets/sass/_sidebar.scss
+++ b/assets/sass/_sidebar.scss
@@ -40,6 +40,10 @@
}
}
+#aplayer {
+ font-family: inherit;
+}
+
#scroll-top {
cursor: pointer;
position: fixed;