Changed scene tile shoot ID color. Removed stray console logs.

This commit is contained in:
2024-09-03 06:02:52 +02:00
parent ced3ecb08a
commit 437d0b5b57
3 changed files with 0 additions and 5 deletions

View File

@@ -316,7 +316,6 @@ const favorited = ref(props.scene.stashes.some((sceneStash) => sceneStash.id ===
}
.shoot {
color: var(--primary);
font-size: .75rem;
font-weight: bold;
}