use theme classes

This commit is contained in:
Emile Clark-Boman 2026-02-03 14:06:11 +10:00
parent 0210e00c68
commit dc2ec07b0a
2 changed files with 18 additions and 10 deletions

View file

@ -23,26 +23,29 @@
<div id="typing-wrapper">
<div id="typing-prompt">
<span style="color: #9ccfd8;">grub></span> <span style="color: #c4a7e7;">boot</span>
grub> <span class="theme-tty-command">boot</span>
</div>
<div id="typing-result" style="color: #f6c177;">
<div id="typing-result"> <!-- class="theme-tty-warning"> -->
ERROR: Root device mounted successfully, but /sbin/init does not exist.<br/><br/>
<i style="color: #eb6f92;">Bailing out, you are on your own.</i><br/>
<i style="color: #eb6f92;">Good luck</i><br/><br/>
<i class="theme-tty-error">
Bailing out, you are on your own.<br/>
Good luck
</i><br/><br/>
sh: can't access tty; job control turned off<br/><br/>
</div>
<div id="typing-prompt-segfault">
<span style="color: #9ccfd8;">[rootfs ]#</span>
<span style="color: #c4a7e7;">do butterflies cry when they're sad?</span>
[rootfs ]# <span class="theme-tty-command">do butterflies cry when they're sad?</span>
</div>
<div id="typing-result-segfault">
<i style="color: #eb6f92;">Segmentation fault (core dumped)</i>
<i class="theme-tty-error">
Segmentation fault (core dumped)
</i>
</div>
</div>