fix: Colour for text outside cards
This commit is contained in:
parent
ca10141843
commit
eba3b5faca
@ -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'] != "":
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user