mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
2cfe872a4c
@ -236,7 +236,7 @@ directly in the source of the theme and recompile it.
|
||||
### Environment setup
|
||||
|
||||
In order to start development on Material for MkDocs, a [Node.js] version of
|
||||
at least 14 is required. First, clone the repository:
|
||||
at least 18 is required. First, clone the repository:
|
||||
|
||||
```
|
||||
git clone https://github.com/squidfunk/mkdocs-material
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.c439c5a1.min.css
vendored
Normal file
1
material/assets/stylesheets/main.c439c5a1.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.c439c5a1.min.css.map
Normal file
1
material/assets/stylesheets/main.c439c5a1.min.css.map
Normal file
File diff suppressed because one or more lines are too long
@ -40,7 +40,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.61509144.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.c439c5a1.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.ecc896b0.min.css' | url }}">
|
||||
|
@ -169,6 +169,8 @@
|
||||
|
||||
// Social links
|
||||
.md-social {
|
||||
display: inline-flex;
|
||||
gap: px2rem(4px);
|
||||
padding: px2rem(4px) 0 px2rem(12px);
|
||||
margin: 0 px2rem(8px);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user