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:
-rw-r--r--assets/css/dark-style.css4
-rw-r--r--assets/css/style.css4
2 files changed, 8 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
diff --git a/assets/css/style.css b/assets/css/style.css
index 5a81330..35f5bcb 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -733,4 +733,8 @@ strong {
margin-left: -15px;
margin-right: -15px;
border: 0;
+}
+
+.article.markdown-body .lntable tr>:first-child {
+ border-right: 1px dashed #eee;
} \ No newline at end of file