Fix commit page headers

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

@ -349,6 +349,18 @@ code.commit-sha .user {
.commit-title * {
color: #93a1a1 !important;
}
div.commit-branches svg.octicon.octicon-git-branch,
div.commit.full-commit p.commit-title,
ul.branches-list {
background-color: #073642 !important;
color: #93a1a1 !important;
}
div.commit-branches svg.octicon.octicon-git-branch *,
div.commit.full-commit p.commit-title *,
ul.branches-list * {
background-color: #073642 !important;
color: #93a1a1 !important;
}
.commit-meta {
background-color: #073642 !important;
color: #839496 !important;

@ -349,6 +349,18 @@ code.commit-sha .user {
.commit-title * {
color: #586e75 !important;
}
div.commit-branches svg.octicon.octicon-git-branch,
div.commit.full-commit p.commit-title,
ul.branches-list {
background-color: #eee8d5 !important;
color: #586e75 !important;
}
div.commit-branches svg.octicon.octicon-git-branch *,
div.commit.full-commit p.commit-title *,
ul.branches-list * {
background-color: #eee8d5 !important;
color: #586e75 !important;
}
.commit-meta {
background-color: #eee8d5 !important;
color: #657b83 !important;

@ -342,6 +342,18 @@ code.commit-sha .user {
.commit-title * {
color: #93a1a1 !important;
}
div.commit-branches svg.octicon.octicon-git-branch,
div.commit.full-commit p.commit-title,
ul.branches-list {
background-color: #073642 !important;
color: #93a1a1 !important;
}
div.commit-branches svg.octicon.octicon-git-branch *,
div.commit.full-commit p.commit-title *,
ul.branches-list * {
background-color: #073642 !important;
color: #93a1a1 !important;
}
.commit-meta {
background-color: #073642 !important;
color: #839496 !important;

@ -342,6 +342,18 @@ code.commit-sha .user {
.commit-title * {
color: #586e75 !important;
}
div.commit-branches svg.octicon.octicon-git-branch,
div.commit.full-commit p.commit-title,
ul.branches-list {
background-color: #eee8d5 !important;
color: #586e75 !important;
}
div.commit-branches svg.octicon.octicon-git-branch *,
div.commit.full-commit p.commit-title *,
ul.branches-list * {
background-color: #eee8d5 !important;
color: #586e75 !important;
}
.commit-meta {
background-color: #eee8d5 !important;
color: #657b83 !important;

@ -325,6 +325,18 @@ code.commit-sha
*
color emphasized
div.commit-branches svg.octicon.octicon-git-branch
div.commit.full-commit p.commit-title
qul.branches-list
// An individual commit's page
background-color highlight
color emphasized
*
// One of the rare times using the * selector seems to make sense
background-color highlight
color emphasized
.commit-meta
background-color highlight
color()

Loading…
Cancel
Save