mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01: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" %}
|
||||
{% endblock %}
|
||||
{% 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 %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-0352baa348.palette.css">
|
||||
{% endif %}
|
||||
|
@ -289,6 +289,12 @@ kbd {
|
||||
box-decoration-break: clone;
|
||||
}
|
||||
|
||||
// Abbreviations
|
||||
abbr {
|
||||
border-bottom: 0.1rem dotted $md-color-black--light;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
// Smaller text
|
||||
small {
|
||||
opacity: 0.75;
|
||||
|
Loading…
Reference in New Issue
Block a user