Skip to content

Commit 0bdfef9

Browse files
committed
SamaritanPromptMixed - Component tweaks
1 parent 5d32157 commit 0bdfef9

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

app/components/02.molecules/samaritan-prompt/SamaritanPromptMixed.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ onMounted(startLoop);
160160
onUnmounted(stop);
161161
</script>
162162

163-
<style scoped>
163+
<style lang="css">
164164
@font-face {
165165
font-family: "Mono MMM 5";
166166
src: url("/fonts/monoMMM_5.ttf") format("truetype");
@@ -174,6 +174,7 @@ onUnmounted(stop);
174174
--_color-text: var(--samaritan-color-text, #ffffff);
175175
--_color-underline: var(--samaritan-color-underline, #ffffff);
176176
--_color-cursor: var(--samaritan-color-cursor, #cc0000);
177+
--_color-cursor-off: var(--samaritan-color-cursor-off, transparent);
177178
--_font-family: var(--samaritan-font-family, "Mono MMM 5", "Nova Mono", "Courier New", monospace);
178179
--_letter-spacing: var(--samaritan-letter-spacing, 0.08em);
179180
@@ -228,7 +229,7 @@ onUnmounted(stop);
228229
color: var(--_color-cursor);
229230
}
230231
50% {
231-
color: #330000;
232+
color: var(--_color-cursor-off);
232233
}
233234
}
234235
</style>

app/pages/samaritan.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ const qaHideCursorInCycle = ref(true);
235235
justify-content: center;
236236
min-block-size: 100dvh;
237237
238-
&--mixed {
238+
.samaritan-stage--mixed {
239239
border-top: 1px solid oklch(100% 0 0 / 0.08);
240240
}
241241
}

0 commit comments

Comments
 (0)