From ab3a64993c87fdb433e0bd89a67c3d2e527ff68d Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 14:42:13 +0800 Subject: handle_repo_tree: Syntax highlighting --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index e816df1..bde80a8 100644 --- a/static/style.css +++ b/static/style.css @@ -20,7 +20,7 @@ a:link, a:visited { text-decoration-color: var(--text-decoration-color); color: var(--link-color); } -code { +code:not(pre > code) { background-color: var(--box-background-color); border-radius: 2px; padding: 2px; -- cgit v1.2.3