Merge pull request #4 from The-Compiler/github-fixes

GitHub fixes, thanks to @The-Compiler!
pull/9/head
alphapapa 7 years ago committed by GitHub
commit 6afb651589

@ -62,6 +62,9 @@ button.ajax-pagination-btn:hover {
.comment-reactions .user-has-reacted {
background-color: #073642 !important;
}
.text-gray-dark {
color: #839496 !important;
}
.contrib-number {
color: #93a1a1 !important;
}
@ -674,6 +677,10 @@ a.label {
.pagehead.repohead {
background-color: #073642 !important;
}
.repository-content .RecentBranches {
background-color: #073642 !important;
border-color: #657b83 !important;
}
.repohead-details-container a {
color: #839496 !important;
}
@ -821,6 +828,20 @@ a.tabnav-tab.selected,
.viz {
background-color: #083c4a !important;
}
.facebox-popup {
color: #839496 !important;
background-color: #002b36 !important;
}
.facebox-popup .octicon {
color: #fff !important;
}
.facebox-popup .owner-select-target {
color: #839496 !important;
background-color: #073642 !important;
}
.facebox-popup .owner-select-target:hover {
background-color: #586e75 !important;
}
.sfbgg {
background-color: #073642 !important;
}

@ -62,6 +62,9 @@ button.ajax-pagination-btn:hover {
.comment-reactions .user-has-reacted {
background-color: #eee8d5 !important;
}
.text-gray-dark {
color: #657b83 !important;
}
.contrib-number {
color: #586e75 !important;
}
@ -674,6 +677,10 @@ a.label {
.pagehead.repohead {
background-color: #eee8d5 !important;
}
.repository-content .RecentBranches {
background-color: #eee8d5 !important;
border-color: #839496 !important;
}
.repohead-details-container a {
color: #657b83 !important;
}
@ -821,6 +828,20 @@ a.tabnav-tab.selected,
.viz {
background-color: #ebe4cf !important;
}
.facebox-popup {
color: #657b83 !important;
background-color: #fdf6e3 !important;
}
.facebox-popup .octicon {
color: #fff !important;
}
.facebox-popup .owner-select-target {
color: #657b83 !important;
background-color: #eee8d5 !important;
}
.facebox-popup .owner-select-target:hover {
background-color: #93a1a1 !important;
}
.sfbgg {
background-color: #eee8d5 !important;
}

@ -55,6 +55,9 @@ button.ajax-pagination-btn:hover {
.comment-reactions .user-has-reacted {
background-color: #073642 !important;
}
.text-gray-dark {
color: #839496 !important;
}
.contrib-number {
color: #93a1a1 !important;
}
@ -667,6 +670,10 @@ a.label {
.pagehead.repohead {
background-color: #073642 !important;
}
.repository-content .RecentBranches {
background-color: #073642 !important;
border-color: #657b83 !important;
}
.repohead-details-container a {
color: #839496 !important;
}
@ -814,3 +821,17 @@ a.tabnav-tab.selected,
.viz {
background-color: #083c4a !important;
}
.facebox-popup {
color: #839496 !important;
background-color: #002b36 !important;
}
.facebox-popup .octicon {
color: #fff !important;
}
.facebox-popup .owner-select-target {
color: #839496 !important;
background-color: #073642 !important;
}
.facebox-popup .owner-select-target:hover {
background-color: #586e75 !important;
}

@ -55,6 +55,9 @@ button.ajax-pagination-btn:hover {
.comment-reactions .user-has-reacted {
background-color: #eee8d5 !important;
}
.text-gray-dark {
color: #657b83 !important;
}
.contrib-number {
color: #586e75 !important;
}
@ -667,6 +670,10 @@ a.label {
.pagehead.repohead {
background-color: #eee8d5 !important;
}
.repository-content .RecentBranches {
background-color: #eee8d5 !important;
border-color: #839496 !important;
}
.repohead-details-container a {
color: #657b83 !important;
}
@ -814,3 +821,17 @@ a.tabnav-tab.selected,
.viz {
background-color: #ebe4cf !important;
}
.facebox-popup {
color: #657b83 !important;
background-color: #fdf6e3 !important;
}
.facebox-popup .octicon {
color: #fff !important;
}
.facebox-popup .owner-select-target {
color: #657b83 !important;
background-color: #eee8d5 !important;
}
.facebox-popup .owner-select-target:hover {
background-color: #93a1a1 !important;
}

@ -41,6 +41,9 @@ button.ajax-pagination-btn
background-color highlight
.text-gray-dark
color()
.contrib-number
color emphasized
@ -677,6 +680,10 @@ a.label
.pagehead.repohead
background-color highlight
.repository-content .RecentBranches
background-color highlight
border-color()
.repohead-details-container
a
color()
@ -851,3 +858,19 @@ a.tabnav-tab
.viz
background-color color-background-highlight-extra-less-less
// facebox (e.g. when forking)
.facebox-popup
color()
background-color()
.octicon
color white
.owner-select-target
color()
background-color highlight
&:hover
background-color highlight-extra

Loading…
Cancel
Save