Removed second underline on abbreviations

This commit is contained in:
squidfunk 2017-05-15 11:30:15 +02:00 committed by Martin Donath
parent 6b5629317f
commit 3516542c98
4 changed files with 3 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

@ -38,7 +38,7 @@
<script src="{{ base_url }}/assets/javascripts/modernizr-56ade86843.js"></script> <script src="{{ base_url }}/assets/javascripts/modernizr-56ade86843.js"></script>
{% endblock %} {% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-5fc7fd0da2.css"> <link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-e2807e330f.css">
{% if config.extra.palette %} {% if config.extra.palette %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-f78e5cb881.palette.css"> <link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-f78e5cb881.palette.css">
{% endif %} {% endif %}

View File

@ -285,6 +285,7 @@ kbd {
// Abbreviations // Abbreviations
abbr { abbr {
border-bottom: 0.1rem dotted $md-color-black--light; border-bottom: 0.1rem dotted $md-color-black--light;
text-decoration: none;
cursor: help; cursor: help;
} }