Fix colors of text in a.link-gray-dark, .text-gray-dark, and .commit-author-section.

Thanks to @RealyUniqueName
pull/9/head
Alexander Kuzmenko 7 years ago committed by Adam Porter
parent 6afb651589
commit 1e32ec0355

@ -37,6 +37,12 @@ pre {
.news .alert .pull-info {
background-color: #083c4a !important;
}
a.link-gray-dark {
color: #839496 !important;
}
.text-gray-dark {
color: #839496 !important;
}
.bg-white {
background-color: #002b36 !important;
}
@ -332,6 +338,9 @@ a.filter-item:hover,
.commit-author {
color: #839496 !important;
}
.commit-author-section {
color: #839496 !important;
}
.commit-meta {
color: #586e75 !important;
}

@ -37,6 +37,12 @@ pre {
.news .alert .pull-info {
background-color: #ebe4cf !important;
}
a.link-gray-dark {
color: #657b83 !important;
}
.text-gray-dark {
color: #657b83 !important;
}
.bg-white {
background-color: #fdf6e3 !important;
}
@ -332,6 +338,9 @@ a.filter-item:hover,
.commit-author {
color: #657b83 !important;
}
.commit-author-section {
color: #657b83 !important;
}
.commit-meta {
color: #93a1a1 !important;
}

@ -30,6 +30,12 @@ pre {
.news .alert .pull-info {
background-color: #083c4a !important;
}
a.link-gray-dark {
color: #839496 !important;
}
.text-gray-dark {
color: #839496 !important;
}
.bg-white {
background-color: #002b36 !important;
}
@ -325,6 +331,9 @@ a.filter-item:hover,
.commit-author {
color: #839496 !important;
}
.commit-author-section {
color: #839496 !important;
}
.commit-meta {
color: #586e75 !important;
}

@ -30,6 +30,12 @@ pre {
.news .alert .pull-info {
background-color: #ebe4cf !important;
}
a.link-gray-dark {
color: #657b83 !important;
}
.text-gray-dark {
color: #657b83 !important;
}
.bg-white {
background-color: #fdf6e3 !important;
}
@ -325,6 +331,9 @@ a.filter-item:hover,
.commit-author {
color: #657b83 !important;
}
.commit-author-section {
color: #657b83 !important;
}
.commit-meta {
color: #93a1a1 !important;
}

@ -12,6 +12,11 @@
// ** Misc
a.link-gray-dark
color()
.text-gray-dark
color()
.bg-white
// Nope!
background-color()
@ -316,6 +321,8 @@ a.filter-item
.commit-author
color()
.commit-author-section
color()
.commit-meta
color comment

Loading…
Cancel
Save