diff options
Diffstat (limited to 'theme/templates/index.html')
| -rw-r--r-- | theme/templates/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 1ce080c..36fd592 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,8 +1,8 @@ {% extends "base.html" %} {% block main %} -<section> - <b>User</b>: Christian Cleberg <[email protected]> - <br><b>Context</b>: Technology Assurance Manager - <br><b>Status</b>: Active +<section class="sys-readout"> + <b>User</b> <span>Christian Cleberg <[email protected]></span> + <b>Context</b> <span>Technology Assurance Manager</span> + <b>Status</b> <span style="color: #fff; text-shadow: 0 0 5px var(--green);">[ ACTIVE ]</span> </section> <section class="recent-posts"> <h2>Recent Posts</h2> |
