misc fixes (#198)

This commit is contained in:
beese_buck 2022-02-05 11:52:12 -05:00 committed by GitHub
parent 32ac94f827
commit 7ff96743c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -487,3 +487,13 @@ a.nav-link:hover {
#frontpage .container .col-lg-8 {
background-image: none !important;
}
#post-text a, #post-text img {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}
.tooltip {
color:black !important;
}