1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

Added styles for abbreviations

This commit is contained in:
squidfunk 2017-01-03 20:45:40 +01:00
parent 6806139d38
commit 510c0fdf5e
4 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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 %}

View File

@ -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;