Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorXinyu Wei <trustywolf@sfc.wide.ad.jp>2022-07-01 10:05:40 +0300
committerXinyu Wei <trustywolf@sfc.wide.ad.jp>2022-07-01 10:05:40 +0300
commit3b9f7e959f54f680ca016e4e2493a2c1415021b8 (patch)
tree402ce4bd996fe9756c30603144cdc91e6e858af7 /assets
parentd8121f097d8f87c6e191ccfe070ce64bb7699e1e (diff)
Fix default color for syntax highlighting
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/journal.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/scss/journal.scss b/assets/scss/journal.scss
index b7e7c44..78b90b9 100644
--- a/assets/scss/journal.scss
+++ b/assets/scss/journal.scss
@@ -150,6 +150,9 @@ pre {
}
code {
padding: 0;
+ * {
+ color: inherit;
+ }
}
}