github.styl: Set .user-profile-nav border-color

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

@ -708,6 +708,7 @@ a.label {
}
.user-profile-nav {
background-color: #073642 !important;
border-color: #657b83 !important;
}
.user-profile-sticky-bar:after {
background-color: #073642 !important;

@ -708,6 +708,7 @@ a.label {
}
.user-profile-nav {
background-color: #eee8d5 !important;
border-color: #839496 !important;
}
.user-profile-sticky-bar:after {
background-color: #eee8d5 !important;

@ -701,6 +701,7 @@ a.label {
}
.user-profile-nav {
background-color: #073642 !important;
border-color: #657b83 !important;
}
.user-profile-sticky-bar:after {
background-color: #073642 !important;

@ -701,6 +701,7 @@ a.label {
}
.user-profile-nav {
background-color: #eee8d5 !important;
border-color: #839496 !important;
}
.user-profile-sticky-bar:after {
background-color: #eee8d5 !important;

@ -725,6 +725,7 @@ a.label
.user-profile-nav
background-color highlight
border-color()
.user-profile-sticky-bar
&:after

Loading…
Cancel
Save