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-10 17:20:18 +0300
committervvveiii <cntrump@gmail.com>2020-01-10 17:20:18 +0300
commit6fa87172ee5714d0e4b93b497a1060a28b1c7f27 (patch)
tree62c4e6409112281e1a0157dd5fabaead273ef902
parentfba868a781e40fecac7cc9a5c348fad5f7443bfc (diff)
update Dark style border color
-rw-r--r--assets/css/dark-style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/css/dark-style.css b/assets/css/dark-style.css
index 76f4db3..c7cb72d 100644
--- a/assets/css/dark-style.css
+++ b/assets/css/dark-style.css
@@ -69,7 +69,7 @@ pre,
.article.markdown-body table td,
.article.markdown-body table th,
.article.markdown-body .lntable {
- border-color: rgba(255,255,255,.05);
+ border-color: rgba(255,255,255,.08);
}
.article.markdown-body h1,
@@ -77,14 +77,14 @@ pre,
.image-container .title,
.site.slogan .title,
.note.list .item {
- border-bottom-color: rgba(255,255,255,.05);
+ border-bottom-color: rgba(255,255,255,.08);
}
.article.discussion {
- border-top-color: rgba(255,255,255,.05);
- border-bottom-color: rgba(255,255,255,.05);
+ border-top-color: rgba(255,255,255,.08);
+ border-bottom-color: rgba(255,255,255,.08);
}
.article.markdown-body .lntable tr>:first-child {
- border-right-color: rgba(255,255,255,.05);
+ border-right-color: rgba(255,255,255,.08);
} \ No newline at end of file