update style
This commit is contained in:
parent
7869889bb1
commit
44fe91d805
2 changed files with 3 additions and 2 deletions
|
|
@ -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]]
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue