diff --git a/src/_includes/head.html b/src/_includes/head.html index 7850e7d..a6b34d0 100644 --- a/src/_includes/head.html +++ b/src/_includes/head.html @@ -1,2 +1,2 @@ - + diff --git a/src/static/custom.css b/src/static/custom.css index 2f14573..c0e13f7 100644 --- a/src/static/custom.css +++ b/src/static/custom.css @@ -5,15 +5,15 @@ a { - color: #004900 !important; + color: #019601 !important; } - #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; + #docs-site-header { + background-image: url("./img/header.svg"); + background-position: right ; + background-repeat: no-repeat; + background-size: cover ; + background-color: #d5dbd5e1 ; } \ No newline at end of file