GitHub: style issues highlight

selector: .Box-row--focus-gray.navigation-focus
pull/19/head
Adam Porter 7 years ago
parent 598dc645ec
commit 89e82e0e37

@ -605,6 +605,10 @@ qul.branches-list * {
.site-footer-links * {
color: #839496 !important;
}
.Box-row--focus-gray.navigation-focus {
background-color: #083c4a !important;
color: #93a1a1 !important;
}
.js-directory-link {
color: #268bd2 !important;
}

@ -605,6 +605,10 @@ qul.branches-list * {
.site-footer-links * {
color: #657b83 !important;
}
.Box-row--focus-gray.navigation-focus {
background-color: #ebe4cf !important;
color: #586e75 !important;
}
.js-directory-link {
color: #268bd2 !important;
}

@ -537,6 +537,10 @@ qul.branches-list * {
.site-footer-links * {
color: #839496 !important;
}
.Box-row--focus-gray.navigation-focus {
background-color: #083c4a !important;
color: #93a1a1 !important;
}
.js-directory-link {
color: #268bd2 !important;
}

@ -537,6 +537,10 @@ qul.branches-list * {
.site-footer-links * {
color: #657b83 !important;
}
.Box-row--focus-gray.navigation-focus {
background-color: #ebe4cf !important;
color: #586e75 !important;
}
.js-directory-link {
color: #268bd2 !important;
}

@ -541,6 +541,12 @@ qul.branches-list
*
color()
// ** Issues
.Box-row--focus-gray.navigation-focus
background-color color-background-highlight-extra-less-less
color emphasized
// ** js
.js-directory-link
a()

Loading…
Cancel
Save