aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-09 14:16:33 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-09 14:16:33 +0800
commit8b43c3a6aff9210b55d73071270ae910d5074f8c (patch)
treec5763072e35e623450d2abbcabd587376849617c /static/style.css
parentREADME.md: Write some details (diff)
downloadforge-8b43c3a6aff9210b55d73071270ae910d5074f8c.tar.gz
forge-8b43c3a6aff9210b55d73071270ae910d5074f8c.tar.zst
forge-8b43c3a6aff9210b55d73071270ae910d5074f8c.zip
style.css: .commit-id monospace
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css3
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;
+}