mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed wrong palette color for inactive code annotations
This commit is contained in:
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.285ce4a3.min.css.map
Normal file
1
material/assets/stylesheets/main.285ce4a3.min.css.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -34,7 +34,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.4e7c321a.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.285ce4a3.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.9204c3b2.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.9204c3b2.min.css' | url }}">
|
||||||
|
|||||||
@@ -156,7 +156,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 1.4em;
|
min-width: 1.4em;
|
||||||
padding: 0 px2em(6px);
|
padding: 0 px2em(6px);
|
||||||
color: var(--md-default-bg-color);
|
color: hsla(0, 0%, 100%, 1);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: var(--md-default-fg-color--lighter);
|
background-color: var(--md-default-fg-color--lighter);
|
||||||
border-radius: px2em(20px);
|
border-radius: px2em(20px);
|
||||||
|
|||||||
Reference in New Issue
Block a user