summaryrefslogtreecommitdiffstats
path: root/assets/scss/_fuji-theme/_dark-diff.scss
diff options
context:
space:
mode:
authorDSRKafuU2020-06-15 14:26:00 +0800
committerGitHub2020-06-15 14:26:00 +0800
commita27de2dabacb3b3ecddcefb90b893cc9c99fcfcf (patch)
tree8784324472b317dd4204f6620583add19cdf1956 /assets/scss/_fuji-theme/_dark-diff.scss
parent398ca6e2f300cce5c7bf7fa69fde42b4b592f5a4 (diff)
parentd0569100c68fc2dd9c7fae4d91915fd49da8d71f (diff)
downloadhugo-theme-fuji-a27de2dabacb3b3ecddcefb90b893cc9c99fcfcf.tar.gz
hugo-theme-fuji-a27de2dabacb3b3ecddcefb90b893cc9c99fcfcf.tar.bz2
hugo-theme-fuji-a27de2dabacb3b3ecddcefb90b893cc9c99fcfcf.zip
Merge branch 'dev' into google-adsense
Diffstat (limited to 'assets/scss/_fuji-theme/_dark-diff.scss')
-rw-r--r--assets/scss/_fuji-theme/_dark-diff.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/scss/_fuji-theme/_dark-diff.scss b/assets/scss/_fuji-theme/_dark-diff.scss
index 55f596f..d5821a8 100644
--- a/assets/scss/_fuji-theme/_dark-diff.scss
+++ b/assets/scss/_fuji-theme/_dark-diff.scss
@@ -33,3 +33,24 @@ table {
.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path {
fill: var(--color-focus) !important;
}
+
+.aplayer .aplayer-list ol li {
+ border-top: 1px solid var(--color-bg) !important;
+}
+
+.aplayer.aplayer-withlist .aplayer-info {
+ border-bottom: 1px solid var(--color-bg) !important;
+}
+
+.aplayer .aplayer-list ol li.aplayer-list-light {
+ background-color: var(--color-codebg) !important;
+}
+
+.aplayer .aplayer-list ol li:hover {
+ background-color: var(--color-codebg) !important;
+}
+
+.aplayer .aplayer-list ol li .aplayer-list-author,
+.aplayer .aplayer-list ol li .aplayer-list-index {
+ color: var(--color-font) !important;
+}