Fix code.commit-sha

pull/4/head
Adam Porter 8 years ago
parent 7105310cf5
commit 3f9cc136b6

@ -329,11 +329,13 @@ a.filter-item:hover,
.commit-meta .sha-block .sha {
color: #839496 !important;
}
.commit-ref {
.commit-ref,
code.commit-sha {
background-color: #073642 !important;
color: #93a1a1 !important;
}
.commit-ref .user {
.commit-ref .user,
code.commit-sha .user {
color: #2aa198 !important;
}
.commit-branches *,

@ -329,11 +329,13 @@ a.filter-item:hover,
.commit-meta .sha-block .sha {
color: #657b83 !important;
}
.commit-ref {
.commit-ref,
code.commit-sha {
background-color: #eee8d5 !important;
color: #586e75 !important;
}
.commit-ref .user {
.commit-ref .user,
code.commit-sha .user {
color: #2aa198 !important;
}
.commit-branches *,

@ -322,11 +322,13 @@ a.filter-item:hover,
.commit-meta .sha-block .sha {
color: #839496 !important;
}
.commit-ref {
.commit-ref,
code.commit-sha {
background-color: #073642 !important;
color: #93a1a1 !important;
}
.commit-ref .user {
.commit-ref .user,
code.commit-sha .user {
color: #2aa198 !important;
}
.commit-branches *,

@ -322,11 +322,13 @@ a.filter-item:hover,
.commit-meta .sha-block .sha {
color: #657b83 !important;
}
.commit-ref {
.commit-ref,
code.commit-sha {
background-color: #eee8d5 !important;
color: #586e75 !important;
}
.commit-ref .user {
.commit-ref .user,
code.commit-sha .user {
color: #2aa198 !important;
}
.commit-branches *,

@ -308,6 +308,7 @@ a.filter-item
.sha
color()
.commit-ref
code.commit-sha
background-color highlight
color emphasized

Loading…
Cancel
Save