mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-01-19 01:14:06 +01:00
Added support for setting custom list styles
This commit is contained in:
parent
22ff858174
commit
85d609183e
1
material/templates/assets/stylesheets/main.0c760da9.min.css
vendored
Normal file
1
material/templates/assets/stylesheets/main.0c760da9.min.css
vendored
Normal file
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
@ -44,7 +44,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.35f28582.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.0c760da9.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">
|
||||
|
@ -313,7 +313,7 @@ kbd {
|
||||
}
|
||||
|
||||
// Unordered list
|
||||
ul {
|
||||
ul:not([type]) {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
@ -329,11 +329,11 @@ kbd {
|
||||
}
|
||||
|
||||
// Nested ordered list
|
||||
ol {
|
||||
ol:not([type]) {
|
||||
list-style-type: lower-alpha;
|
||||
|
||||
// Triply nested ordered list
|
||||
ol {
|
||||
ol:not([type]) {
|
||||
list-style-type: lower-roman;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user