-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs to material theme (#341)
* update docs to material theme * update style and logo * rearrange and update content * docs/requirements.txt * update workflow to skip if docs-only change, remove netlify config
- Loading branch information
1 parent
8aa2417
commit 0f5c33b
Showing
9 changed files
with
120 additions
and
36 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
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
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,24 +1,42 @@ | ||
h1, h2, h3 { | ||
margin-top: 77px; | ||
.md-typeset h1 { | ||
font-weight: 800; | ||
color: #222; | ||
margin-bottom: -0.25rem; | ||
} | ||
|
||
.md-typeset h2, | ||
.md-typeset h3 { | ||
font-weight: 600; | ||
color: #222; | ||
} | ||
|
||
.md-sidebar--secondary { | ||
order: 0; | ||
} | ||
|
||
.md-grid { | ||
max-width: 1080px; | ||
} | ||
|
||
#termynal { | ||
height: 80ex !important; /* 40 lines of 2ex */ | ||
/* 40 lines of 2ex */ | ||
height: 80ex !important; | ||
min-height: 80ex !important; | ||
max-height: 80ex !important; | ||
overflow: scroll !important; | ||
font-size: 1.5ex !important; | ||
} | ||
|
||
[data-ty] { | ||
line-height: 2ex !important; | ||
line-height: 2ex !important; | ||
white-space: pre; | ||
} | ||
|
||
.newline { | ||
line-height: 0 !important; | ||
} | ||
|
||
.inline-input, .default-text { | ||
.inline-input, | ||
.default-text { | ||
display: inline-block !important; | ||
} | ||
} |
Binary file not shown.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.