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

@ -17,7 +17,7 @@ social = [
{title = 'Web', icon = 'web', link = 'https://example.com'}, {title = 'Web', icon = 'web', link = 'https://example.com'},
] ]
backgroundcolor = "#10A1EE40" backgroundcolor = "#10A1EE"
backgroundimage = "img/background.svg" backgroundimage = "img/background.svg"
[[extra.footer]] [[extra.footer]]

View file

@ -6,7 +6,8 @@
<link rel='stylesheet' href='/style.css' type='text/css' > <link rel='stylesheet' href='/style.css' type='text/css' >
</head> </head>
<body style="background-image: url({{ config.extra.backgroundimage }})"> <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"> <div class="header">
<p>Here comes the banner</p> <p>Here comes the banner</p>
</div> </div>