From 8118be75ae1a968c8e8437c975ff20cf9556ffe2 Mon Sep 17 00:00:00 2001 From: Silva de Almeida Date: Fri, 9 Feb 2024 10:19:27 +0100 Subject: [PATCH] . --- src/_includes/head-top.html | 2 +- src/static/style.css | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/_includes/head-top.html b/src/_includes/head-top.html index 88333d6..71d90d4 100644 --- a/src/_includes/head-top.html +++ b/src/_includes/head-top.html @@ -1,2 +1,2 @@ - + diff --git a/src/static/style.css b/src/static/style.css index 1b75377..49fbb04 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -7,8 +7,16 @@ a { color: #004900 !important; } - #docs-site-header { - background-image: url("./img/header.svg") !important; +header { + background-image: url("/img/header.svg") !important; + background-position: right !important; + background-repeat: no-repeat!important; + background-size: cover !important; + background-color: #d5dbd5e1 !important; + } + + #docs-site-header { + background-image: url("/img/header.svg") !important; background-position: right !important; background-repeat: no-repeat!important; background-size: cover !important;