chore: css update for hostname
This commit is contained in:
parent
15ec60cdd5
commit
fd123c8660
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue