github.styl: Fix colors of .underline-nav-item

pull/4/head
Adam Porter 8 years ago
parent 32bd594a72
commit 3500e15027

@ -709,6 +709,13 @@ a.label {
.timeline-commits .commit-meta .commit-id { .timeline-commits .commit-meta .commit-id {
color: #586e75 !important; color: #586e75 !important;
} }
.underline-nav-item {
color: #839496 !important;
}
.underline-nav-item.selected {
border-bottom-color: #dc322f !important;
color: #839496 !important;
}
.user-profile-nav { .user-profile-nav {
background-color: #073642 !important; background-color: #073642 !important;
border-color: #657b83 !important; border-color: #657b83 !important;

@ -709,6 +709,13 @@ a.label {
.timeline-commits .commit-meta .commit-id { .timeline-commits .commit-meta .commit-id {
color: #93a1a1 !important; color: #93a1a1 !important;
} }
.underline-nav-item {
color: #657b83 !important;
}
.underline-nav-item.selected {
border-bottom-color: #dc322f !important;
color: #657b83 !important;
}
.user-profile-nav { .user-profile-nav {
background-color: #eee8d5 !important; background-color: #eee8d5 !important;
border-color: #839496 !important; border-color: #839496 !important;

@ -702,6 +702,13 @@ a.label {
.timeline-commits .commit-meta .commit-id { .timeline-commits .commit-meta .commit-id {
color: #586e75 !important; color: #586e75 !important;
} }
.underline-nav-item {
color: #839496 !important;
}
.underline-nav-item.selected {
border-bottom-color: #dc322f !important;
color: #839496 !important;
}
.user-profile-nav { .user-profile-nav {
background-color: #073642 !important; background-color: #073642 !important;
border-color: #657b83 !important; border-color: #657b83 !important;

@ -702,6 +702,13 @@ a.label {
.timeline-commits .commit-meta .commit-id { .timeline-commits .commit-meta .commit-id {
color: #93a1a1 !important; color: #93a1a1 !important;
} }
.underline-nav-item {
color: #657b83 !important;
}
.underline-nav-item.selected {
border-bottom-color: #dc322f !important;
color: #657b83 !important;
}
.user-profile-nav { .user-profile-nav {
background-color: #eee8d5 !important; background-color: #eee8d5 !important;
border-color: #839496 !important; border-color: #839496 !important;

@ -724,6 +724,15 @@ a.label
.commit-id .commit-id
color comment color comment
// ** underline-nav
.underline-nav-item
color()
&.selected
border-bottom-color red i
color()
// ** user-profile-nav // ** user-profile-nav
.user-profile-nav .user-profile-nav

Loading…
Cancel
Save