diff options
Diffstat (limited to 'html/css/git-deps.css')
-rw-r--r-- | html/css/git-deps.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/html/css/git-deps.css b/html/css/git-deps.css index 8879a83..50a62f1 100644 --- a/html/css/git-deps.css +++ b/html/css/git-deps.css @@ -37,3 +37,8 @@ g.node text { .commitish input { font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; } + +.commit-ref { + font-weight: bold; + color: #26894d; +} |