aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-12 20:47:33 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-12 20:47:33 +0800
commit7c008d4f16acaeb826f82d402772288f729e6e54 (patch)
tree62db0810c5b1ffe96703429bea2481981ec6e60f /static
parentrepo_log: Fix anchor (diff)
downloadforge-7c008d4f16acaeb826f82d402772288f729e6e54.tar.gz
forge-7c008d4f16acaeb826f82d402772288f729e6e54.tar.zst
forge-7c008d4f16acaeb826f82d402772288f729e6e54.zip
repo_index: Add clone instructions
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 bd72403..40f130a 100644
--- a/static/style.css
+++ b/static/style.css
@@ -50,7 +50,7 @@ a:link, a:visited {
text-decoration-color: var(--text-decoration-color);
color: var(--link-color);
}
-code:not(pre > code) {
+#readme code:not(pre > code) {
background-color: var(--lighter-box-background-color);
border-radius: 2px;
padding: 2px;