Stop style bleeding on listing. Make Privacy text label white

pull/4808/head
Coen van der Kamp 2018-09-22 22:48:21 +02:00 zatwierdzone przez Matt Westcott
rodzic fc7b26d3fe
commit 1bd938477e
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ ul.listing {
.listing {
margin-bottom: 2em;
color: lighten($color-text-base, 10%);
color: $color-text-base;
font-size: 0.95em;
ul {
@ -188,14 +188,12 @@ ul.listing {
}
.title {
color: darken($color-grey-2, 10%);
h2 {
text-transform: none;
margin: 0;
font-size: 1.15em;
font-weight: 600;
color: inherit;
color: darken($color-text-base, 10);
line-height: 1.5em;
a {