Fix background-color of .diffbar and .pr-toolbar

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

@ -577,6 +577,12 @@ a.label {
background-color: #586e75 !important; background-color: #586e75 !important;
color: #002b36 !important; color: #002b36 !important;
} }
.diffbar {
background-color: #002b36 !important;
}
.pr-toolbar {
background-color: #002b36 !important;
}
#readme .plain { #readme .plain {
background-color: #002b36 !important; background-color: #002b36 !important;
} }

@ -577,6 +577,12 @@ a.label {
background-color: #93a1a1 !important; background-color: #93a1a1 !important;
color: #fdf6e3 !important; color: #fdf6e3 !important;
} }
.diffbar {
background-color: #fdf6e3 !important;
}
.pr-toolbar {
background-color: #fdf6e3 !important;
}
#readme .plain { #readme .plain {
background-color: #fdf6e3 !important; background-color: #fdf6e3 !important;
} }

@ -570,6 +570,12 @@ a.label {
background-color: #586e75 !important; background-color: #586e75 !important;
color: #002b36 !important; color: #002b36 !important;
} }
.diffbar {
background-color: #002b36 !important;
}
.pr-toolbar {
background-color: #002b36 !important;
}
#readme .plain { #readme .plain {
background-color: #002b36 !important; background-color: #002b36 !important;
} }

@ -570,6 +570,12 @@ a.label {
background-color: #93a1a1 !important; background-color: #93a1a1 !important;
color: #fdf6e3 !important; color: #fdf6e3 !important;
} }
.diffbar {
background-color: #fdf6e3 !important;
}
.pr-toolbar {
background-color: #fdf6e3 !important;
}
#readme .plain { #readme .plain {
background-color: #fdf6e3 !important; background-color: #fdf6e3 !important;
} }

@ -571,6 +571,14 @@ a.label
background-color highlight-extra background-color highlight-extra
color color-background color color-background
// ** Pull requests
.diffbar
background-color()
.pr-toolbar
background-color()
// ** readmes // ** readmes
#readme .plain #readme .plain
background-color() background-color()

Loading…
Cancel
Save