update style

This commit is contained in:
kasiandra 2025-04-05 07:45:56 +02:00
parent 7869889bb1
commit 44fe91d805
2 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,8 @@
<link rel='stylesheet' href='/style.css' type='text/css' >
</head>
<body style="background-image: url({{ config.extra.backgroundimage }})">
<div class="container" style="background: {{ config.extra.backgroundcolor}}; box-shadow: inset 0 0 2000px {{ config.extra.backgroundcolor }}">
<!-- <div class="container" style="background: {{ config.extra.backgroundcolor}}40; box-shadow: inset 0 0 2000px {{config.extra.backgroundcolor}}40">-->
<div class="container" style="background: {{ config.extra.backgroundcolor}}40; box-shadow: inset 0 0 2000px">
<div class="header">
<p>Here comes the banner</p>
</div>