fix: Colour for text outside cards
All checks were successful
Build Docker / Build Main Image (push) Successful in 18s
Build Docker / Build SLDs Image (push) Successful in 19s

This commit is contained in:
Nathan Woodburn 2023-11-18 13:28:24 +11:00
parent ca10141843
commit eba3b5faca
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ def render(data,db_object):
if avatar != "":
avatar = "<img src='"+avatar+"' width='200vw' height='200vw' style='border-radius: 50%;margin-right: 5px;'>"
else:
avatar = "<h1>" + request.host.split(':')[0] + "/</h1>"
avatar = "<h1 class='color:"+fg_colour+";'>" + request.host.split(':')[0] + "/</h1>"
if 'template' in db_object:
if db_object['template'] != "":

View File

@ -28,7 +28,7 @@
<body style="height: 99vh;width: 100vw;color: #1fffff;background: #000000;overflow-x: hidden;">
<div class="text-center" style="margin: 10px;">
<div>{{avatar|safe}}</div>
<div>
<div style="color: #f1ffff;">
<div>
<p style="font-size: 24px;">{{hnschat|safe}}</p>
</div>