author: kx <kx@radix.pro> 2023-03-24 03:51:10 +0300
committer: kx <kx@radix.pro> 2023-03-24 03:51:10 +0300
commit: 05d292b208dfe01324826b4c87bbc4da3389a0d5
parent: 40ab18a661ff6ada40e73969be293918d346a2f5
Commit Summary:
Diffstat:
1 file changed, 20 insertions, 0 deletions
diff --git a/cgitcgi/.cgit/.engines/highlight-ln/2.8.0/css/highlightjs-line-numbers.css b/cgitcgi/.cgit/.engines/highlight-ln/2.8.0/css/highlightjs-line-numbers.css
new file mode 100644
index 0000000..6466954
--- /dev/null
+++ b/cgitcgi/.cgit/.engines/highlight-ln/2.8.0/css/highlightjs-line-numbers.css
@@ -0,0 +1,24 @@
+
+.hljs-ln-numbers {
+ /* for block of numbers: */
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+
+ text-align: right;
+ color: #a4a4a4;
+ border-right: 1px solid #e4e4e4;
+ vertical-align: top;
+ padding-right: 5px !important;
+ padding-left: 5px !important;
+
+ /* your custom style here */
+}
+
+.hljs-ln-code {
+ /* for block of code: */
+ padding-left: 10px !important;
+}