github.styl: Set .border

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

@ -40,6 +40,9 @@ pre {
.bg-white {
background-color: #002b36 !important;
}
.border {
border-color: #657b83 !important;
}
.breadcrumb .repo-root.js-repo-root a {
color: #268bd2 !important;
}

@ -40,6 +40,9 @@ pre {
.bg-white {
background-color: #fdf6e3 !important;
}
.border {
border-color: #839496 !important;
}
.breadcrumb .repo-root.js-repo-root a {
color: #268bd2 !important;
}

@ -33,6 +33,9 @@ pre {
.bg-white {
background-color: #002b36 !important;
}
.border {
border-color: #657b83 !important;
}
.breadcrumb .repo-root.js-repo-root a {
color: #268bd2 !important;
}

@ -33,6 +33,9 @@ pre {
.bg-white {
background-color: #fdf6e3 !important;
}
.border {
border-color: #839496 !important;
}
.breadcrumb .repo-root.js-repo-root a {
color: #268bd2 !important;
}

@ -16,6 +16,10 @@
// Nope!
background-color()
.border
// How convenient...
border-color()
.breadcrumb .repo-root.js-repo-root
a
color blue

Loading…
Cancel
Save