github.styl: Fix .user-profile-{nav,sticky-bar}

pull/4/head
Adam Porter 8 years ago
parent 56f5f832d3
commit 16267f53ff

@ -670,6 +670,12 @@ a.label {
.timeline-commits .commit-meta .commit-id {
color: #586e75 !important;
}
.user-profile-nav {
background-color: #073642 !important;
}
.user-profile-sticky-bar:after {
background-color: #073642 !important;
}
.graphs .area {
fill: #859900;
}

@ -670,6 +670,12 @@ a.label {
.timeline-commits .commit-meta .commit-id {
color: #93a1a1 !important;
}
.user-profile-nav {
background-color: #eee8d5 !important;
}
.user-profile-sticky-bar:after {
background-color: #eee8d5 !important;
}
.graphs .area {
fill: #859900;
}

@ -663,6 +663,12 @@ a.label {
.timeline-commits .commit-meta .commit-id {
color: #586e75 !important;
}
.user-profile-nav {
background-color: #073642 !important;
}
.user-profile-sticky-bar:after {
background-color: #073642 !important;
}
.graphs .area {
fill: #859900;
}

@ -663,6 +663,12 @@ a.label {
.timeline-commits .commit-meta .commit-id {
color: #93a1a1 !important;
}
.user-profile-nav {
background-color: #eee8d5 !important;
}
.user-profile-sticky-bar:after {
background-color: #eee8d5 !important;
}
.graphs .area {
fill: #859900;
}

@ -672,6 +672,15 @@ a.label
.commit-id
color comment
// ** user-profile-nav
.user-profile-nav
background-color highlight
.user-profile-sticky-bar
&:after
background-color highlight
// ** viz / graphs
.graphs

Loading…
Cancel
Save