aboutsummaryrefslogtreecommitdiffstats
path: root/html/css/git-deps.css
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-08 19:08:51 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-08 19:08:51 +0000
commitac3982353bbdf9fddf92e4677ee2b9003de4b27d (patch)
tree61ff78569ba2c2cb3a2c9a7dfe9ee7de70d68482 /html/css/git-deps.css
parent1672cb5fe1519f61a0147175c4f4ab905d908e9f (diff)
downloadgit-deps-ac3982353bbdf9fddf92e4677ee2b9003de4b27d.tar.gz
improve notification on new data
Diffstat (limited to 'html/css/git-deps.css')
-rw-r--r--html/css/git-deps.css5
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;
+}