Fixed text shadow in stash scene previews.
This commit is contained in:
parent
3b9e8e3cc3
commit
98624c9954
|
@ -68,6 +68,7 @@ export default {
|
||||||
font-size: .7rem;
|
font-size: .7rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
text-shadow: 0 0 2px var(--text-dark);
|
||||||
}
|
}
|
||||||
|
|
||||||
.scene-header {
|
.scene-header {
|
||||||
|
@ -80,7 +81,6 @@ export default {
|
||||||
|
|
||||||
.scene-title {
|
.scene-title {
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-shadow: 0 0 2px var(--shadow);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.scene-actors {
|
.scene-actors {
|
||||||
|
|
Loading…
Reference in New Issue