Added dark theme. Fixed actor country aggregation.
This commit is contained in:
@@ -179,7 +179,7 @@ const favorited = ref(props.scene.stashes.some((sceneStash) => sceneStash.id ===
|
||||
.icon {
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
fill: var(--shadow-weak-40);
|
||||
fill: var(--glass-weak-40);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -295,7 +295,7 @@ const favorited = ref(props.scene.stashes.some((sceneStash) => sceneStash.id ===
|
||||
.tag {
|
||||
margin: 0 .5rem .25rem 0;
|
||||
padding: .1rem 0;
|
||||
color: var(--shadow-strong-10);
|
||||
color: var(--glass-strong-10);
|
||||
font-size: .75rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user