aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-10 14:42:13 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-10 14:42:13 +0800
commitab3a64993c87fdb433e0bd89a67c3d2e527ff68d (patch)
treec15459c7d5a8defaedfeed74c08df46be3aa7469 /static
parent{category_,}index: Add heading (diff)
downloadforge-ab3a64993c87fdb433e0bd89a67c3d2e527ff68d.tar.gz
forge-ab3a64993c87fdb433e0bd89a67c3d2e527ff68d.tar.zst
forge-ab3a64993c87fdb433e0bd89a67c3d2e527ff68d.zip
handle_repo_tree: Syntax highlighting
Diffstat (limited to 'static')
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
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;