Fix Post URL Colors

This commit is contained in:
spikecodes 2020-12-11 20:36:06 -08:00
parent 81274e35d7
commit 5bda103356
2 changed files with 7 additions and 1 deletions

View file

@ -241,6 +241,10 @@ span {
color: aqua;
}
#post_url {
color: aqua;
}
.post_thumbnail {
object-fit: cover;
width: auto;