diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-12 20:47:33 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-12 20:47:33 +0800 |
commit | 7c008d4f16acaeb826f82d402772288f729e6e54 (patch) | |
tree | 62db0810c5b1ffe96703429bea2481981ec6e60f /static/style.css | |
parent | repo_log: Fix anchor (diff) | |
download | forge-7c008d4f16acaeb826f82d402772288f729e6e54.tar.gz forge-7c008d4f16acaeb826f82d402772288f729e6e54.tar.zst forge-7c008d4f16acaeb826f82d402772288f729e6e54.zip |
repo_index: Add clone instructions
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 2 |
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; |