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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/dark-style.css4
-rw-r--r--assets/css/style.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/assets/css/dark-style.css b/assets/css/dark-style.css
index 265e923..bd0625e 100644
--- a/assets/css/dark-style.css
+++ b/assets/css/dark-style.css
@@ -86,8 +86,8 @@ pre,
}
.article.markdown-body blockquote {
- border-left-color: #d95755;
- background-color: rgba(229, 239, 249, .08);
+ border-left-color: #5182ce;
+ background-color: rgba(81, 130, 206, .08);
}
.image-container {
diff --git a/assets/css/style.css b/assets/css/style.css
index ec5a485..cb9d6e2 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -521,8 +521,8 @@ acronym {
font-size: 95%;
padding: 10px;
border-radius: 2px;
- border-left: 5px solid #fc8383;
- background-color: rgba(0, 29, 59, .02);
+ border-left: 5px solid #75a4f8;
+ background-color: rgba(117, 164, 248, .08);
}
.article.markdown-body q::before,