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
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/journal.scss')
-rw-r--r--assets/scss/journal.scss13
1 files changed, 11 insertions, 2 deletions
diff --git a/assets/scss/journal.scss b/assets/scss/journal.scss
index 7f7b52e..f33b914 100644
--- a/assets/scss/journal.scss
+++ b/assets/scss/journal.scss
@@ -136,8 +136,9 @@ code {
}
pre {
- background: rgba(46,46,46, 1) !important;
- color: rgba(255,255,255, 1);
+ //background: rgba(46,46,46, 1) !important;
+ //color: rgba(255,255,255, 1);
+ background: rgba($color-accent, 0.07);
padding: 12px 15px;
border-radius: 5px;
font-family: $mono-font-list;
@@ -1077,4 +1078,12 @@ mjx-container
display: none;
}
}
+}
+
+.vwrap * {
+ color: black !important;
+}
+
+.vcontent p {
+ color: black !important;
} \ No newline at end of file