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:
authorvvveiii <cntrump@gmail.com>2020-01-29 17:22:59 +0300
committervvveiii <cntrump@gmail.com>2020-01-29 17:22:59 +0300
commitf27bea09390ae096b2f4ea4253b60435fc427dca (patch)
tree86e63e583964d0838d684671494a865d20ce7299
parente3aa06c00b8857e24e0747f31e870092d72ae310 (diff)
update blockquote stylev2.3.1
-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,