Skip to content

Commit 0533a01

Browse files
johnmccabealexellis
authored andcommitted
Style header and footer-nav to match landing page
This commit updates the styling of the docs header and footer-nav elements to match the styling on the main openfaas.com website. It leaves the footer-meta as-is for contrast. Signed-off-by: John McCabe <[email protected]>
1 parent c11e23f commit 0533a01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@
66
.md-logo img {
77
width: 36px;
88
height: 36px;
9+
}
10+
11+
.md-header,.md-footer-nav {
12+
background-image: linear-gradient(45deg, rgb(53, 112, 227) 0%, rgb(53, 112, 227) 24%, rgb(42, 125, 227) 53%, rgb(27, 141, 226) 78%, rgb(8, 162, 225) 100%);
913
}

0 commit comments

Comments
 (0)