sites/github: Fix background color of .gh-header elements

pull/52/head
Jan Holthuis 5 years ago committed by Adam Porter
parent f4c9404227
commit 7aa272021b

@ -189,6 +189,9 @@ a.filter-item:hover,
background-color: #272727 !important;
color: #ff8700 !important;
}
.gh-header {
background-color: #262626 !important;
}
.gh-header-number {
color: #585858 !important;
}

@ -121,6 +121,9 @@ a.filter-item:hover,
background-color: #272727 !important;
color: #ff8700 !important;
}
.gh-header {
background-color: #262626 !important;
}
.gh-header-number {
color: #585858 !important;
}

@ -189,6 +189,9 @@ a.filter-item:hover,
background-color: #2e2e2e !important;
color: #a6aaab !important;
}
.gh-header {
background-color: #262626 !important;
}
.gh-header-number {
color: #5e6263 !important;
}

@ -121,6 +121,9 @@ a.filter-item:hover,
background-color: #2e2e2e !important;
color: #a6aaab !important;
}
.gh-header {
background-color: #262626 !important;
}
.gh-header-number {
color: #5e6263 !important;
}

@ -189,6 +189,9 @@ a.filter-item:hover,
background-color: #3c3836 !important;
color: #8ec07c !important;
}
.gh-header {
background-color: #282828 !important;
}
.gh-header-number {
color: #b8bb26 !important;
}

@ -121,6 +121,9 @@ a.filter-item:hover,
background-color: #3c3836 !important;
color: #8ec07c !important;
}
.gh-header {
background-color: #282828 !important;
}
.gh-header-number {
color: #b8bb26 !important;
}

@ -189,6 +189,9 @@ a.filter-item:hover,
background-color: #073642 !important;
color: #93a1a1 !important;
}
.gh-header {
background-color: #002b36 !important;
}
.gh-header-number {
color: #586e75 !important;
}

@ -121,6 +121,9 @@ a.filter-item:hover,
background-color: #073642 !important;
color: #93a1a1 !important;
}
.gh-header {
background-color: #002b36 !important;
}
.gh-header-number {
color: #586e75 !important;
}

@ -189,6 +189,9 @@ a.filter-item:hover,
background-color: #eee8d5 !important;
color: #586e75 !important;
}
.gh-header {
background-color: #fdf6e3 !important;
}
.gh-header-number {
color: #93a1a1 !important;
}

@ -121,6 +121,9 @@ a.filter-item:hover,
background-color: #eee8d5 !important;
color: #586e75 !important;
}
.gh-header {
background-color: #fdf6e3 !important;
}
.gh-header-number {
color: #93a1a1 !important;
}

@ -100,6 +100,9 @@ a.filter-item
background-color highlight
color emphasized
.gh-header
background-color()
.gh-header-number
color comment

Loading…
Cancel
Save