LCARS Text Bar
HTML:
<div class="lcars-text-bar">
<span>hello world</span>
</div>
Display Text at End of Bar
HTML:
Simply add the class *the-end*.
<div class="lcars-text-bar the-end">
<span>hello world</span>
</div>
Change Text Color
As you can do with any text in the template, pick a color from the Color Guide and use the class name, but starting with *go-*.
HTML:
<div class="lcars-text-bar">
<span class="go-african-violet">hello world</span>
</div>