github: Colorize .repohead

As normal text, not link color
pull/4/head
Adam Porter 8 years ago
parent 710d41d5e6
commit 661730afc1

@ -582,6 +582,9 @@ a.label {
.pagehead.repohead {
background-color: #073642 !important;
}
.repohead-details-container a {
color: #839496 !important;
}
.select-menu-modal {
border-color: #839496 !important;
}

@ -582,6 +582,9 @@ a.label {
.pagehead.repohead {
background-color: #eee8d5 !important;
}
.repohead-details-container a {
color: #657b83 !important;
}
.select-menu-modal {
border-color: #657b83 !important;
}

@ -575,6 +575,9 @@ a.label {
.pagehead.repohead {
background-color: #073642 !important;
}
.repohead-details-container a {
color: #839496 !important;
}
.select-menu-modal {
border-color: #839496 !important;
}

@ -575,6 +575,9 @@ a.label {
.pagehead.repohead {
background-color: #eee8d5 !important;
}
.repohead-details-container a {
color: #657b83 !important;
}
.select-menu-modal {
border-color: #657b83 !important;
}

@ -576,6 +576,10 @@ a.label
.pagehead.repohead
background-color highlight
.repohead-details-container
a
color()
// ** select-menu
.select-menu-modal
border-color color-text

Loading…
Cancel
Save