diff options
Diffstat (limited to 'html/css/git-deps.css')
-rw-r--r-- | html/css/git-deps.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/html/css/git-deps.css b/html/css/git-deps.css index 4f43c83..156b064 100644 --- a/html/css/git-deps.css +++ b/html/css/git-deps.css @@ -29,3 +29,7 @@ g.node text { opacity: 0.4; marker-end: url(#end-arrow); } + +.commitish input { + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; +} |