Fix repo description text on GitHub

pull/4/head
Florian Bruhin 7 years ago
parent 262069ae6f
commit d6f32f48dc

@ -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;
}

@ -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;
}

@ -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;
}

@ -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;
}

@ -41,6 +41,9 @@ button.ajax-pagination-btn
background-color highlight
.text-gray-dark
color()
.contrib-number
color emphasized

Loading…
Cancel
Save