From 0793485bfb4f642b79c3ef549f6f991799c42c6c Mon Sep 17 00:00:00 2001 From: Silva de Almeida Date: Fri, 9 Feb 2024 10:14:24 +0100 Subject: [PATCH] . --- src/_includes/{head.html => head-top.html} | 0 src/static/style.css | 10 +++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) rename src/_includes/{head.html => head-top.html} (100%) diff --git a/src/_includes/head.html b/src/_includes/head-top.html similarity index 100% rename from src/_includes/head.html rename to src/_includes/head-top.html diff --git a/src/static/style.css b/src/static/style.css index 87231c5..1b75377 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -5,4 +5,12 @@ a { color: #004900 !important; - } \ No newline at end of file + } + + #docs-site-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; + } \ No newline at end of file