diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-09 14:16:33 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-09 14:16:33 +0800 |
commit | 8b43c3a6aff9210b55d73071270ae910d5074f8c (patch) | |
tree | c5763072e35e623450d2abbcabd587376849617c /static/style.css | |
parent | README.md: Write some details (diff) | |
download | forge-8b43c3a6aff9210b55d73071270ae910d5074f8c.tar.gz forge-8b43c3a6aff9210b55d73071270ae910d5074f8c.tar.zst forge-8b43c3a6aff9210b55d73071270ae910d5074f8c.zip |
style.css: .commit-id monospace
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index e69de29..533cee1 100644 --- a/static/style.css +++ b/static/style.css @@ -0,0 +1,3 @@ +.commit-id { + font-family: monospace; +} |