github.styl: Set .bg-white

pull/4/head
Adam Porter 8 years ago
parent 661730afc1
commit bb3dbd6188

@ -37,6 +37,9 @@ pre {
.news .alert .pull-info {
background-color: #083c4a !important;
}
.bg-white {
background-color: #002b36 !important;
}
.breadcrumb .repo-root.js-repo-root a {
color: #268bd2 !important;
}

@ -37,6 +37,9 @@ pre {
.news .alert .pull-info {
background-color: #ebe4cf !important;
}
.bg-white {
background-color: #fdf6e3 !important;
}
.breadcrumb .repo-root.js-repo-root a {
color: #268bd2 !important;
}

@ -30,6 +30,9 @@ pre {
.news .alert .pull-info {
background-color: #083c4a !important;
}
.bg-white {
background-color: #002b36 !important;
}
.breadcrumb .repo-root.js-repo-root a {
color: #268bd2 !important;
}

@ -30,6 +30,9 @@ pre {
.news .alert .pull-info {
background-color: #ebe4cf !important;
}
.bg-white {
background-color: #fdf6e3 !important;
}
.breadcrumb .repo-root.js-repo-root a {
color: #268bd2 !important;
}

@ -12,6 +12,10 @@
// ** Misc
.bg-white
// Nope!
background-color()
.breadcrumb .repo-root.js-repo-root
a
color blue

Loading…
Cancel
Save