diff options
Diffstat (limited to 'html/css')
-rw-r--r-- | html/css/git-deps-tips.css | 2 | ||||
-rw-r--r-- | html/css/git-deps.css | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/html/css/git-deps-tips.css b/html/css/git-deps-tips.css index abd3980..909badb 100644 --- a/html/css/git-deps-tips.css +++ b/html/css/git-deps-tips.css @@ -62,8 +62,6 @@ } .d3-tip .commit-describe { - font-weight: bold; - color: #26894d; font-size: 12px; margin: 0.5em 0; } 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; +} |