1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Fixed borders on iframes

This commit is contained in:
squidfunk 2024-03-11 12:29:46 +07:00
parent 8244ff332d
commit 750b79889d
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
5 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -44,7 +44,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.5c38bbfe.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.10ba22f1.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">

View File

@ -426,7 +426,7 @@ kbd {
// or everything is working as intended, but if we don't reset the color
// scheme, Twitter's embedded tweets will have white background at the
// borders, which looks odd - see https://t.ly/N8P-Z
color-scheme: auto;
color-scheme: light;
}
// Data table