Skip to content

Commit ff59cae

Browse files
committed
Update player.html
Tweaked a few things for aesthetics.
1 parent 68e997d commit ff59cae

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

P986/player.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,17 +353,18 @@
353353
}
354354

355355
.npc-name {
356-
font-size: 1.2rem;
356+
font-size: 1.25rem;
357357
font-weight: 700;
358358
color: #fff;
359359
background: transparent;
360360
border: none;
361361
outline: none;
362362
padding: 4px 0;
363+
padding-left: 8px;
363364
flex: 1;
364365
}
365366
.npc-name::placeholder {
366-
color: rgba(255, 255, 255, 0.3);
367+
color: rgba(255, 255, 255, 0.4);
367368
}
368369

369370
.name-confirm-btn {
@@ -401,16 +402,17 @@
401402
}
402403

403404
.npc-status {
404-
font-size: 0.9rem;
405+
font-size: 1rem;
405406
color: var(--muted);
406407
background: transparent;
407408
border: none;
408409
outline: none;
409410
padding: 2px 0;
411+
padding-left: 8px;
410412
width: 100%;
411413
}
412414
.npc-status::placeholder {
413-
color: rgba(255, 255, 255, 0.2);
415+
color: rgba(255, 255, 255, 0.3);
414416
}
415417

416418
/* Hearts Container */
@@ -599,7 +601,7 @@
599601
text-align: left;
600602
}
601603
.npc-status {
602-
font-size: 0.8rem;
604+
font-size: 0.85rem;
603605
text-align: left;
604606
}
605607
.npc-hearts {

0 commit comments

Comments
 (0)