1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-27 17:00:54 +01:00

Fixed links in table headers

This commit is contained in:
squidfunk 2022-09-06 21:49:08 +02:00
parent c78b3ffa03
commit 43ea033e4a
6 changed files with 3 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -34,7 +34,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.62b55dce.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6b80c2a2.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.cbb835fc.min.css' | url }}">

View File

@ -505,11 +505,6 @@ kbd {
padding: px2em(12px, 12.8px) px2em(16px, 12.8px);
font-weight: 700;
vertical-align: top;
// Links in table headings
a {
color: inherit;
}
}
// Table cell