Fixed Disqus link color lookin nasty.
This commit is contained in:
parent
e6d152e1b6
commit
0bca2064c6
|
@ -20,6 +20,13 @@ body {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#disqus_thread a,
|
||||||
|
.comments .nav ul li a,
|
||||||
|
.comments .nav ul li div a
|
||||||
|
{
|
||||||
|
color: #2aafc7
|
||||||
|
}
|
||||||
|
|
||||||
.sighting-list {
|
.sighting-list {
|
||||||
height: calc(50vh - 64px);
|
height: calc(50vh - 64px);
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
Loading…
Reference in New Issue