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-06-06 08:26:26 +0300
committervvveiii <cntrump@gmail.com>2020-06-06 08:26:26 +0300
commit49a582a10ce7f00b303d610888a3fb2181513c0f (patch)
tree3c6a6463b3694607f258b2d93d036a0ba040d6c4
parent281773bcd78f28a01bf1cef2fd51aaa7786439ca (diff)
update blockquote style
-rw-r--r--assets/css/dark-style.css19
-rw-r--r--assets/css/style.css14
2 files changed, 13 insertions, 20 deletions
diff --git a/assets/css/dark-style.css b/assets/css/dark-style.css
index f0338f1..7d00f14 100644
--- a/assets/css/dark-style.css
+++ b/assets/css/dark-style.css
@@ -1,10 +1,10 @@
body {
- color: rgb(216, 221, 226);
+ color: #d8dde2;
background-color: #222831;
}
table thead {
- color: rgba(199, 213, 246);
+ color: #c7d5f6;
}
table tr:nth-child(even) {
@@ -25,11 +25,11 @@ pre {
.title,
.site.name {
- color: rgba(199, 213, 246);
+ color: #c7d5f6;
}
.note.content {
- color: rgb(216, 221, 226);
+ color: #d8dde2;
}
.article.markdown-body {
@@ -61,11 +61,11 @@ a {
}
.tag {
- color: rgba(199, 213, 246);
+ color: #c7d5f6;
}
.category {
- color: rgba(36, 41, 46);
+ color: #24292e;
background-color: rgba(199, 213, 246);
}
@@ -77,7 +77,7 @@ b,
.article.markdown-body h4,
.article.markdown-body h5,
.article.markdown-body h6 {
- color: rgba(199, 213, 246);
+ color: #c7d5f6;
}
#header {
@@ -121,11 +121,6 @@ b,
border-bottom-color: rgba(199, 213, 246, .25);
}
-.article.markdown-body blockquote {
- border-left-color: #c9ced6;
- background-color: #292e36;
-}
-
.article.license {
background-color: #323842;
border-color: rgba(199, 213, 246, .25);
diff --git a/assets/css/style.css b/assets/css/style.css
index 97e7ec7..3f9fabf 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -15,7 +15,7 @@ html {
body {
display: block;
- color: rgb(36, 41, 46);
+ color: #24292e;
background-color: #f3f6f9;
word-break: normal;
@@ -154,7 +154,7 @@ th {
}
table thead {
- color: rgba(29, 43, 76);
+ color: #1d2b4c;
}
table tr:nth-child(even) {
@@ -372,7 +372,7 @@ b {
}
.note.content {
- color: rgb(36, 41, 46);
+ color: #24292e;
}
.note.imgs {
@@ -562,7 +562,7 @@ b {
.article.markdown-body h4,
.article.markdown-body h5,
.article.markdown-body h6 {
- color: rgba(29, 43, 76);
+ color: #1d2b4c;
margin-top: 24px;
margin-bottom: 20px;
}
@@ -609,10 +609,8 @@ b {
}
.article.markdown-body blockquote {
- padding: .95em;
- border-radius: 6px;
- border-left: 6px solid #fee450;
- background-color: #fbf8e8;
+ padding: .15em .85em;
+ border-left: 4px solid #a6aaa9;
}
.article.markdown-body q::before,