Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk 2023-08-19 14:14:26 +02:00
commit 2cfe872a4c
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
7 changed files with 6 additions and 4 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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 }}">

View File

@ -169,6 +169,8 @@
// Social links
.md-social {
display: inline-flex;
gap: px2rem(4px);
padding: px2rem(4px) 0 px2rem(12px);
margin: 0 px2rem(8px);