Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
silvadealmeida committed Feb 9, 2024
1 parent dc8f23e commit 72b38a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/_includes/head.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<link href="/static/custom.css" rel="stylesheet" />
<link href="./static/custom.css" rel="stylesheet" />

14 changes: 7 additions & 7 deletions src/static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
}

0 comments on commit 72b38a4

Please sign in to comment.