mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Fixed issue with contrast ratio
This commit is contained in:
parent
02637ef139
commit
024616f129
1
material/assets/stylesheets/main.24baa246.min.css
vendored
Normal file
1
material/assets/stylesheets/main.24baa246.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
@ -40,7 +40,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.3dd9a672.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.24baa246.min.css' | url }}">
|
||||||
{% if config.theme.palette %}
|
{% if config.theme.palette %}
|
||||||
{% set palette = config.theme.palette %}
|
{% set palette = config.theme.palette %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.2505c338.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.2505c338.min.css' | url }}">
|
||||||
|
@ -113,7 +113,7 @@
|
|||||||
// Footer color shades
|
// Footer color shades
|
||||||
--md-footer-fg-color: hsla(0, 0%, 100%, 1);
|
--md-footer-fg-color: hsla(0, 0%, 100%, 1);
|
||||||
--md-footer-fg-color--light: hsla(0, 0%, 100%, 0.7);
|
--md-footer-fg-color--light: hsla(0, 0%, 100%, 0.7);
|
||||||
--md-footer-fg-color--lighter: hsla(0, 0%, 100%, 0.4);
|
--md-footer-fg-color--lighter: hsla(0, 0%, 100%, 0.45);
|
||||||
--md-footer-bg-color: hsla(0, 0%, 0%, 0.87);
|
--md-footer-bg-color: hsla(0, 0%, 0%, 0.87);
|
||||||
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);
|
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user