This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apply suggestions by Hidde - thanks!
- Loading branch information
Daniel Holbach
committed
Mar 20, 2020
1 parent
7e456ee
commit ae73808
Showing
2 changed files
with
11 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters