From b55e26eb042a3c3848585fec81df14bcb986fa69 Mon Sep 17 00:00:00 2001 From: shoko Date: Fri, 13 Mar 2026 14:42:26 +0000 Subject: [PATCH] visual novel style: Shoko: "..." intro --- index.html | 6 +++--- style.css | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 7da9df7..a6c370f 100644 --- a/index.html +++ b/index.html @@ -11,12 +11,12 @@
Shoko
- | + Shoko: |
diff --git a/style.css b/style.css index f01aacd..a214b23 100644 --- a/style.css +++ b/style.css @@ -48,7 +48,11 @@ main { .typing { font-size: 1rem; color: var(--dim); - font-style: italic; +} + +.typing .name { + color: var(--accent); + font-weight: 600; } .typing .cursor {