chore: css update for hostname

This commit is contained in:
jinhojang6 2024-02-14 04:37:09 +09:00
parent 15ec60cdd5
commit fd123c8660
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
<h1 class="flex font-bold"> <h1 class="flex font-bold">
<span style={`color: ${$theme.yellow};`}>guest</span> <span style={`color: ${$theme.yellow};`}>guest</span>
<span style={`color: ${$theme.white}`}>@</span> <span style={`color: ${$theme.white}`}>@</span>
<span style={`color: ${$theme.white}`}>{hostname}</span> <span style={`color: ${$theme.white}; width: max-content;`}>{hostname}</span>
<span style={`color: ${$theme.white}`}>:~$</span> <span style={`color: ${$theme.white}`}>:~$</span>
</h1> </h1>