-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 6bd2d1b with MkDocs version: 1.3.0
- Loading branch information
Unknown
committed
Aug 1, 2024
1 parent
40a9a71
commit 273fd7b
Showing
49 changed files
with
337 additions
and
51 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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,3 +1,3 @@ | ||
mkdocs==1.3.0 | ||
mkdocs-material==8.2.9 | ||
mkdocs==1.3.0 | ||
mkdocs-material==8.2.9 | ||
mkdocs-material-extensions==1.0.3 |
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
body { | ||
/* using CSS variables */ | ||
--md-default-bg-color--dark: #181a1b; | ||
--md-footer-bg-color--dark: #161616; | ||
} | ||
|
||
[data-md-color-scheme='slate'] { | ||
--md-default-bg-color: #181a1b; | ||
--md-footer-bg-color: #161616; | ||
--md-typeset-color: #ffffff; | ||
--md-typset-h1-color: #868585; | ||
--md-typeset-table-color: #ffffff; | ||
--md-typeset-a-color: #7094c5; | ||
} | ||
|
||
.md-typeset h1 { | ||
color: #868585; | ||
} | ||
|
||
div[chembox] { | ||
width: 100%; | ||
clear: both; | ||
height: 400px; | ||
-moz-transform: scale(0.9, 0.9); /* Moz-browsers */ | ||
zoom: 0.9; /* Other non-webkit browsers */ | ||
zoom: 90%; /* Webkit browsers */ | ||
} | ||
|
||
.test tr:nth-child(2) { | ||
background: orange; | ||
} | ||
|
||
@font-face { | ||
font-family: 'KulminoituvaRegular'; | ||
src: url('http://www.miketaylr.com/f/kulminoituva.ttf'); | ||
body { | ||
/* using CSS variables */ | ||
--md-default-bg-color--dark: #181a1b; | ||
--md-footer-bg-color--dark: #161616; | ||
} | ||
|
||
[data-md-color-scheme='slate'] { | ||
--md-default-bg-color: #181a1b; | ||
--md-footer-bg-color: #161616; | ||
--md-typeset-color: #ffffff; | ||
--md-typset-h1-color: #868585; | ||
--md-typeset-table-color: #ffffff; | ||
--md-typeset-a-color: #7094c5; | ||
} | ||
|
||
.md-typeset h1 { | ||
color: #868585; | ||
} | ||
|
||
div[chembox] { | ||
width: 100%; | ||
clear: both; | ||
height: 400px; | ||
-moz-transform: scale(0.9, 0.9); /* Moz-browsers */ | ||
zoom: 0.9; /* Other non-webkit browsers */ | ||
zoom: 90%; /* Webkit browsers */ | ||
} | ||
|
||
.test tr:nth-child(2) { | ||
background: orange; | ||
} | ||
|
||
@font-face { | ||
font-family: 'KulminoituvaRegular'; | ||
src: url('http://www.miketaylr.com/f/kulminoituva.ttf'); | ||
} |