Light mode fixes

This commit is contained in:
Michael Shamoon 2021-03-12 06:30:03 -08:00
parent f5a06ac0dd
commit 5eca0ce554
2 changed files with 11 additions and 6 deletions

View file

@ -7,7 +7,7 @@
.doc-img {
object-fit: cover;
object-position: top left;
height: 180px;
height: 175px;
mix-blend-mode: multiply;
}
@ -42,8 +42,13 @@
.card-metadata {
line-height: 1;
.btn {
button {
line-height: 1;
&:hover,
&:focus {
background-color: transparent !important;
}
}
.metadata-icon {