diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 19:10:07 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 19:10:07 +0800 |
commit | d635a422d9b68219bfcacbeedcbfb099a136d617 (patch) | |
tree | b0f2465ca622a5db552a9927b9e8a7b0c37e6647 /static/style.css | |
parent | style.css: Let's use width 100% for tables for now... adjust later (diff) | |
download | forge-d635a422d9b68219bfcacbeedcbfb099a136d617.tar.gz forge-d635a422d9b68219bfcacbeedcbfb099a136d617.tar.zst forge-d635a422d9b68219bfcacbeedcbfb099a136d617.zip |
repo_{index,log}: Link commits to their pages
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 5e6d10a..1242c12 100644 --- a/static/style.css +++ b/static/style.css @@ -79,3 +79,7 @@ th[scope=row] { tr.title-row > th { background-color: var(--darker-box-background-color); } + +.commit-id { + font-family: monospace; +} |