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-08 05:50:57 +0300
committervvveiii <cntrump@gmail.com>2020-01-08 05:50:57 +0300
commit98b66e2a9fb023a4d3fa55786db1d8094bfeb561 (patch)
tree98382266dea460dccb8faaa962af1a64d525e7f9 /assets/css/dark-style.css
parent72ae9422411df173e27b7c0e813a8d71231c187c (diff)
update chroma code table style
Diffstat (limited to 'assets/css/dark-style.css')
-rw-r--r--assets/css/dark-style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/dark-style.css b/assets/css/dark-style.css
index 9084295..1c1a7b9 100644
--- a/assets/css/dark-style.css
+++ b/assets/css/dark-style.css
@@ -84,4 +84,8 @@ pre,
.article.discussion {
border-top-color: rgba(84, 84, 88, .6);
border-bottom-color: rgba(84, 84, 88, .6);
+}
+
+.article.markdown-body .lntable tr>:first-child {
+ border-right-color: rgba(84, 84, 88, .6);
} \ No newline at end of file