Fix some white partial pixels around borders

This commit is contained in:
Michael Shamoon
2020-12-28 14:20:00 -08:00
parent 1297c0911c
commit b44ca770a5
4 changed files with 12 additions and 14 deletions

View File

@@ -93,13 +93,15 @@ $border-color-dark-mode: #47494f;
.doc-img-container {
border: none !important;
border-radius: .25rem;
overflow: hidden;
}
.doc-img {
mix-blend-mode: normal;
filter: invert(95%) hue-rotate(180deg);
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-color: $border-color-dark-mode;
border-radius: 0;
}
.card-selected .doc-img {