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 { .news .alert .pull-info {
background-color: #083c4a !important; background-color: #083c4a !important;
} }
.bg-white {
background-color: #002b36 !important;
}
.breadcrumb .repo-root.js-repo-root a { .breadcrumb .repo-root.js-repo-root a {
color: #268bd2 !important; color: #268bd2 !important;
} }

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

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

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

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

Loading…
Cancel
Save