mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Added back background on inline code blocks in admonition titles
This commit is contained in:
parent
dbd6831a3e
commit
cb8d3f47e8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
material/assets/stylesheets/main.c772ddf0.min.css
vendored
Normal file
2
material/assets/stylesheets/main.c772ddf0.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.c772ddf0.min.css.map
Normal file
1
material/assets/stylesheets/main.c772ddf0.min.css.map
Normal file
File diff suppressed because one or more lines are too long
@ -39,7 +39,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.49bb2ee9.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.c772ddf0.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.7fa14f5b.min.css' | url }}">
|
||||
|
@ -151,17 +151,6 @@ $admonitions: (
|
||||
}
|
||||
}
|
||||
|
||||
// Omit background on inline code blocks, as they don't go well with the
|
||||
// pastelly tones applied to admonition titles
|
||||
code {
|
||||
margin: initial;
|
||||
padding: initial;
|
||||
color: currentColor;
|
||||
background-color: transparent;
|
||||
border-radius: initial;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
// Adjust spacing on last tabbed block container child - if the tabbed
|
||||
// block container is the sole child, it looks better to omit the margin
|
||||
+ .tabbed-set:last-child {
|
||||
|
Loading…
Reference in New Issue
Block a user