mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added styles for abbreviations
This commit is contained in:
parent
6806139d38
commit
510c0fdf5e
1
material/assets/stylesheets/application-187189384b.css
Normal file
1
material/assets/stylesheets/application-187189384b.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -36,7 +36,7 @@
|
|||||||
{% include "partials/fonts.html" %}
|
{% include "partials/fonts.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-4ce9cf5a40.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-187189384b.css">
|
||||||
{% if config.extra.palette %}
|
{% if config.extra.palette %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-0352baa348.palette.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-0352baa348.palette.css">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -289,6 +289,12 @@ kbd {
|
|||||||
box-decoration-break: clone;
|
box-decoration-break: clone;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Abbreviations
|
||||||
|
abbr {
|
||||||
|
border-bottom: 0.1rem dotted $md-color-black--light;
|
||||||
|
cursor: help;
|
||||||
|
}
|
||||||
|
|
||||||
// Smaller text
|
// Smaller text
|
||||||
small {
|
small {
|
||||||
opacity: 0.75;
|
opacity: 0.75;
|
||||||
|
Loading…
Reference in New Issue
Block a user