mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-09 10:22:00 +00:00
21d4370fd5
* Add docs * update link to template * Add more info * Try mkdocs * Create docs.yml * Update docs.yml * update * update * update * Try mkdocs * Add "B: Make it executable for pytest and test generator" section * Use mkdocs-material * Use `mkdocs-awesome-pages-plugin` to create custom specs order * Add toc permalink * Update site_url * Add .pages files for navigations. Update highlight style * Dark theme * Fix list indent
35 lines
955 B
CSS
35 lines
955 B
CSS
/* Reference: https://zenn.dev/mebiusbox/articles/81d977a72cee01 */
|
|
|
|
[data-md-color-scheme=default] {
|
|
--md-default-fg-color--light: #222 !important;
|
|
}
|
|
[data-md-color-scheme=slate] {
|
|
--md-default-fg-color--light: #fefefe !important;
|
|
--md-typeset-a-color: #fc0 !important;
|
|
}
|
|
|
|
.md-typeset pre {
|
|
color: #f8f8f2;
|
|
}
|
|
.md-typeset .highlighttable {
|
|
margin-left:-20px;
|
|
margin-right: -20px;
|
|
border-radius: 0;
|
|
}
|
|
.md-typeset .highlighttable > * {
|
|
--md-code-bg-color: #222 !important;
|
|
--md-code-fg-color: #fefefe !important;
|
|
}
|
|
.md-typeset .highlighttable .linenos .linenodiv pre span {
|
|
background-color: #222 !important;
|
|
color: #fefefe !important;
|
|
}
|
|
.md-typeset .highlighttable .md-clipboard:before,
|
|
.md-typeset .highlighttable .md-clipboard:after {
|
|
color: rgba(240,240,240,.8);
|
|
}
|
|
.md-typeset .highlighttable .md-clipboard:hover:before,
|
|
.md-typeset .highlighttable .md-clipboard:hover:after {
|
|
color: rgba(102,217,224,1);
|
|
}
|