In landing page fix terminal command line

This commit is contained in:
Mgldvd 2023-02-26 08:27:27 -05:00
parent 69b80b6d9c
commit 7111b3520e
2 changed files with 4 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -247,15 +247,13 @@
</div>
<div class="cmd">
<span class="cmd__ini" :style="'color: ' + theme.foreground">$ </span>
<span class="cmd__sudo" :style="'color: ' + theme.red">sudo </span>
<span class="cmd__apt" :style="'color: ' + theme.green">apt </span>
<span class="cmd__sudo" :style="'color: ' + theme.color_02">sudo </span>
<span class="cmd__apt" :style="'color: ' + theme.color_03">apt </span>
<span class="cmd__install" :style="'color: ' + theme.foreground">install </span>
<span class="cmd__linux" :style="'color: ' + theme.foreground">linux </span>
<span class="cmd__cursor" :style="'color: ' + theme.foreground">|</span>
<span class="cmd__cursor" :style="'color: ' + theme.cursor">|</span>
</div>
</div>