diff options
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; +} |