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:
parent
c78b3ffa03
commit
43ea033e4a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.6b80c2a2.min.css
vendored
Normal file
1
material/assets/stylesheets/main.6b80c2a2.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.6b80c2a2.min.css.map
Normal file
1
material/assets/stylesheets/main.6b80c2a2.min.css.map
Normal file
File diff suppressed because one or more lines are too long
@ -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 }}">
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user