Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
apply suggestions by Hidde - thanks!
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Holbach committed Mar 20, 2020
1 parent 7e456ee commit ae73808
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
23 changes: 9 additions & 14 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap");

body {
font-family: "Montserrat", sans-serif;
}

.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre {
font-family: "Roboto Mono", monospace;
}

code {
font-family: "Roboto Mono", monospace;
}

.md-logo {
width: 54px;
height: 54px;
width: 40px;
height: 40px;
padding-bottom: 2px;
padding-top: 2px;
}
.md-logo img {
width: 44px;
height: 44px;
width: 40px;
height: 40px;
}

.md-header,.md-footer-nav {
.md-header, .md-footer-nav {
background-image: linear-gradient(45deg, rgb(0, 150, 225) 0%, rgb(27, 141, 226) 24%, rgb(42, 125, 227) 53%, rgb(53, 112, 227) 78%, rgb(53, 112, 227) 100%);
}

.md-header-nav__title {
font-size: .85rem;
}
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: Flux CD
site_name: Flux
# site_description:
site_author: Flux CD Project
site_author: Flux Project
site_url: https://docs.fluxcd.io/

# Repository
Expand Down

0 comments on commit ae73808

Please sign in to comment.