mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Theme refactor.
Themes now have `theme` objects, and theme specific configs. Themes can inherit from other themes. Users (and theme authors) can define custom static templates and variables.
This commit is contained in:
@@ -4,7 +4,7 @@ div.col-md-9 h1:first-of-type {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
div.col-md-9 p:first-of-type {
|
||||
div.col-md-9>p:first-of-type {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user