mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Improved contrast for code blocks
This commit is contained in:
parent
a2ff959ab3
commit
fcbe7f6384
1
material/assets/stylesheets/application-442ea28758.css
Normal file
1
material/assets/stylesheets/application-442ea28758.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -37,7 +37,7 @@
|
||||
{% include "partials/fonts.html" %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-4e0b154e92.css">
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-442ea28758.css">
|
||||
{% if config.extra.palette %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-02ce7adcc2.palette.css">
|
||||
{% endif %}
|
||||
|
@ -85,7 +85,7 @@ $md-icon-padding: $ms-base * 0.5;
|
||||
$md-icon-margin: $ms-base * 0.25;
|
||||
|
||||
// Code blocks
|
||||
$md-code-background: hsla(0, 0%, 0%, 0.035);
|
||||
$md-code-background: hsla(0, 0%, 92.5%, 0.5);
|
||||
$md-code-color: #37474F;
|
||||
|
||||
// Keystrokes
|
||||
|
Loading…
Reference in New Issue
Block a user