Fixed Disqus link color lookin nasty.

This commit is contained in:
WildScotsmen 2018-11-30 17:47:52 -05:00
parent e6d152e1b6
commit 0bca2064c6
1 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,13 @@ body {
margin: 0 auto;
}
#disqus_thread a,
.comments .nav ul li a,
.comments .nav ul li div a
{
color: #2aafc7
}
.sighting-list {
height: calc(50vh - 64px);
overflow-y: scroll;