mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Replaced bottom border with underline for search markers
This commit is contained in:
parent
c471b0a228
commit
750551355f
@ -5,8 +5,8 @@
|
|||||||
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.a018d6bb.min.js.map",
|
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.a018d6bb.min.js.map",
|
||||||
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.4ac00218.min.js",
|
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.4ac00218.min.js",
|
||||||
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.4ac00218.min.js.map",
|
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.4ac00218.min.js.map",
|
||||||
"assets/stylesheets/main.css": "assets/stylesheets/main.38780c08.min.css",
|
"assets/stylesheets/main.css": "assets/stylesheets/main.f1caf91c.min.css",
|
||||||
"assets/stylesheets/main.css.map": "assets/stylesheets/main.38780c08.min.css.map",
|
"assets/stylesheets/main.css.map": "assets/stylesheets/main.f1caf91c.min.css.map",
|
||||||
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.2a4bbe42.min.css",
|
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.2a4bbe42.min.css",
|
||||||
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.2a4bbe42.min.css.map",
|
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.2a4bbe42.min.css.map",
|
||||||
"assets/stylesheets/palette.css": "assets/stylesheets/palette.3f72e892.min.css",
|
"assets/stylesheets/palette.css": "assets/stylesheets/palette.3f72e892.min.css",
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.f1caf91c.min.css.map
Normal file
1
material/assets/stylesheets/main.f1caf91c.min.css.map
Normal file
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.38780c08.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.f1caf91c.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.3f72e892.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.3f72e892.min.css' | url }}">
|
||||||
|
@ -721,8 +721,8 @@ $md-toggle__search--checked:
|
|||||||
|
|
||||||
// Search term highlighting
|
// Search term highlighting
|
||||||
mark {
|
mark {
|
||||||
|
text-decoration: underline;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-bottom: px2rem(1px) solid var(--md-accent-fg-color);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user