diff options
Diffstat (limited to 'static')
-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; +} |