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>2019-12-24 12:49:35 +0300
committervvveiii <cntrump@gmail.com>2019-12-24 12:49:35 +0300
commitf1b4e730b46e1c531147fc16f05828e1ba4246a9 (patch)
treed7be6e0910ef6da94d5eef9e5fb5a0e91b550bdf
parentc41cd4cd55ed92b02c01d828fb1964439c3f6bfe (diff)
update highlight stylev1.7.0
-rw-r--r--assets/css/style.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index bb2ac88..14ed723 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -590,7 +590,6 @@ strong {
overflow: auto;
}
.markdown-body table tr {
- background-color: #fff;
border-top: 1px solid #c6cbd1;
}
.markdown-body table th {
@@ -604,13 +603,18 @@ strong {
border: 1px solid #dfe2e5;
}
+.markdown-body .highlight {
+ margin-top: 0;
+ margin-bottom: 20px;
+}
+.markdown-body .highlight .chroma {
+ margin: 0;
+}
.markdown-body .chroma .lntable {
display: table;
table-layout: auto;
width: 100%;
font-size: 85%;
- margin-top: 0;
- margin-bottom: 20px;
border-radius: 3px;
border: 1px solid #eee;
}