mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Fixed styling of code blocks with line numbers
This commit is contained in:
parent
c431539a83
commit
87f807adc5
@ -5,8 +5,8 @@
|
||||
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.877163d5.min.js.map",
|
||||
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.a68abb33.min.js",
|
||||
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.a68abb33.min.js.map",
|
||||
"assets/stylesheets/main.css": "assets/stylesheets/main.e33092ab.min.css",
|
||||
"assets/stylesheets/main.css.map": "assets/stylesheets/main.e33092ab.min.css.map",
|
||||
"assets/stylesheets/main.css": "assets/stylesheets/main.08ea80ea.min.css",
|
||||
"assets/stylesheets/main.css.map": "assets/stylesheets/main.08ea80ea.min.css.map",
|
||||
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.af7aabb5.min.css",
|
||||
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.af7aabb5.min.css.map",
|
||||
"assets/stylesheets/palette.css": "assets/stylesheets/palette.8150bf71.min.css",
|
||||
|
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.08ea80ea.min.css.map
Normal file
1
material/assets/stylesheets/main.08ea80ea.min.css.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -41,7 +41,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.e33092ab.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.08ea80ea.min.css' | url }}">
|
||||
{% if palette.scheme or palette.primary or palette.accent %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.8150bf71.min.css' | url }}">
|
||||
{% endif %}
|
||||
|
@ -186,7 +186,7 @@
|
||||
padding: px2rem(10.5px) px2em(16px, 13.6px);
|
||||
padding-right: 0;
|
||||
font-size: px2em(13.6px);
|
||||
background-color: var(--md-code-hl-bg-color);
|
||||
background-color: var(--md-code-bg-color);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user