aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-03-16 17:56:59 -0400
committertdro <tdro@noreply.example.com>2023-03-16 18:00:02 -0400
commitdf5d7b463c138773f9014eafad609039e9040500 (patch)
tree38addbbcfb9cfcd3e793d3f93c9ac68fde46eced /assets
parentef2611e3c2c07b42f4c8d32ad8cce7d5d634e822 (diff)
downloadcanory-df5d7b463c138773f9014eafad609039e9040500.tar.gz
canory-df5d7b463c138773f9014eafad609039e9040500.tar.bz2
canory-df5d7b463c138773f9014eafad609039e9040500.zip
assets/css/syntax-highlight-default: Avoid line numbers overflow
Diffstat (limited to 'assets')
-rw-r--r--assets/css/syntax-highlight-default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/syntax-highlight-default.css b/assets/css/syntax-highlight-default.css
index 2379996..1552e5f 100644
--- a/assets/css/syntax-highlight-default.css
+++ b/assets/css/syntax-highlight-default.css
@@ -10,7 +10,7 @@
.chroma .ln a {
background-color: #edf2f7;
- padding: 0.25rem 0.75rem;
+ padding: 0.2rem 0.75rem;
margin: 0 1rem 0 -0.75rem;
user-select: none;
text-decoration: none;