mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' into refactor/tooltip-positioning
This commit is contained in:
commit
29658ed970
1
material/templates/assets/stylesheets/main.66ac8b77.min.css
vendored
Normal file
1
material/templates/assets/stylesheets/main.66ac8b77.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
File diff suppressed because one or more lines are too long
@ -44,7 +44,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.f0945174.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.66ac8b77.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">
|
||||
|
@ -69,6 +69,9 @@
|
||||
// Author image
|
||||
img {
|
||||
filter: grayscale(100%) opacity(75%);
|
||||
// Hack: also apply this here, in order to mitigate browser glitches in
|
||||
// Chrome and Edge when hovering the avatar - see https://t.ly/Q3ECC
|
||||
border-radius: 100%;
|
||||
transition: filter 125ms;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user