mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Fixed borders on iframes
This commit is contained in:
parent
fdeafbb875
commit
8244ff332d
1
material/templates/assets/stylesheets/main.5c38bbfe.min.css
vendored
Normal file
1
material/templates/assets/stylesheets/main.5c38bbfe.min.css
vendored
Normal file
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
@ -44,7 +44,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.609c4d16.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.5c38bbfe.min.css' | url }}">
|
||||||
{% if config.theme.palette %}
|
{% if config.theme.palette %}
|
||||||
{% set palette = config.theme.palette %}
|
{% set palette = config.theme.palette %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">
|
||||||
|
@ -426,7 +426,7 @@ kbd {
|
|||||||
// or everything is working as intended, but if we don't reset the color
|
// 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
|
// scheme, Twitter's embedded tweets will have white background at the
|
||||||
// borders, which looks odd - see https://t.ly/N8P-Z
|
// borders, which looks odd - see https://t.ly/N8P-Z
|
||||||
color-scheme: initial;
|
color-scheme: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Data table
|
// Data table
|
||||||
|
Loading…
Reference in New Issue
Block a user