diff --git a/index.html b/index.html
index 7da9df7..a6c370f 100644
--- a/index.html
+++ b/index.html
@@ -11,12 +11,12 @@
- |
+ 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 {