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
path: root/assets
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2020-07-09 16:49:49 +0300
committervvveiii <cntrump@gmail.com>2020-07-09 16:49:49 +0300
commite221472513169da1292ca822dded0c6b7779e60c (patch)
tree7cab8b552377e1aa07bd8a6cfbc270b53c321ba6 /assets
parentb1af0db8c81b7dc30433f975c027f5d5041f181e (diff)
update bio color
Diffstat (limited to 'assets')
-rw-r--r--assets/css/dark-style.css4
-rw-r--r--assets/css/style.css2
2 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/dark-style.css b/assets/css/dark-style.css
index 008e3ae..453c220 100644
--- a/assets/css/dark-style.css
+++ b/assets/css/dark-style.css
@@ -117,6 +117,10 @@ b,
}
}
+.article.author .bio {
+ color: #828997;
+}
+
/* border color */
.note.imgs .img,
.article.markdown-body table td,
diff --git a/assets/css/style.css b/assets/css/style.css
index f132f1e..5b33a10 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -492,7 +492,7 @@ b {
}
.article.author .bio {
- color: #999;
+ color: #586069;
}
.article.author .details .item {