aboutsummaryrefslogtreecommitdiff
path: root/filters
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2023-03-01 06:38:36 -0500
committerThedro Neely <thedroneely@gmail.com>2023-10-08 18:18:49 -0400
commit6402bd073274d32aa1a564e0792b4f155299a65d (patch)
treef6799b3100ce432fb0008445d81de8329f3372fb /filters
parent00ecfaadea2c40cc62b7a43e246384329e6ddb98 (diff)
downloadcgit-master.tar.gz
cgit-master.tar.bz2
cgit-master.zip
css: customHEADmaster
Add custom image and favicon. Slightly modernize interface with custom CSS style sheet. Adjust markdown filter. Highlight line number #id in code preview.
Diffstat (limited to 'filters')
-rwxr-xr-xfilters/html-converters/md2html5
1 files changed, 0 insertions, 5 deletions
diff --git a/filters/html-converters/md2html b/filters/html-converters/md2html
index 59f43a8..19104db 100755
--- a/filters/html-converters/md2html
+++ b/filters/html-converters/md2html
@@ -66,7 +66,6 @@ div#cgit .markdown-body h1 a.toclink, div#cgit .markdown-body h2 a.toclink, div#
}
.markdown-body h2 {
font-size: 24px;
- border-bottom: 1px solid #ccc;
color: #000;
}
.markdown-body h3 {
@@ -269,13 +268,9 @@ div#cgit .markdown-body h1 a.toclink, div#cgit .markdown-body h2 a.toclink, div#
background: transparent;
}
.markdown-body .highlight pre, .markdown-body pre {
- background-color: #f8f8f8;
- border: 1px solid #ccc;
font-size: 13px;
line-height: 19px;
overflow: auto;
- padding: 6px 10px;
- border-radius: 3px;
}
.markdown-body pre code, .markdown-body pre tt {
margin: 0;