Fixed text shadow in stash scene previews.

This commit is contained in:
DebaucheryLibrarian 2021-03-23 17:32:50 +01:00
parent 3b9e8e3cc3
commit 98624c9954
1 changed files with 1 additions and 1 deletions

View File

@ -68,6 +68,7 @@ export default {
font-size: .7rem;
font-weight: bold;
overflow: hidden;
text-shadow: 0 0 2px var(--text-dark);
}
.scene-header {
@ -80,7 +81,6 @@ export default {
.scene-title {
padding: .25rem .5rem;
text-shadow: 0 0 2px var(--shadow);
}
.scene-actors {