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 { .commit-meta .sha-block .sha {
color: #839496 !important; color: #839496 !important;
} }
.commit-ref { .commit-ref,
code.commit-sha {
background-color: #073642 !important; background-color: #073642 !important;
color: #93a1a1 !important; color: #93a1a1 !important;
} }
.commit-ref .user { .commit-ref .user,
code.commit-sha .user {
color: #2aa198 !important; color: #2aa198 !important;
} }
.commit-branches *, .commit-branches *,

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

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

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

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

Loading…
Cancel
Save