Skip to content

Commit 024616f

Browse files
committed
Fixed issue with contrast ratio
1 parent 02637ef commit 024616f

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

material/assets/stylesheets/main.24baa246.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/stylesheets/main.3dd9a672.min.css.map renamed to material/assets/stylesheets/main.24baa246.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/stylesheets/main.3dd9a672.min.css

-1
This file was deleted.

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
{% endif %}
4141
{% endblock %}
4242
{% block styles %}
43-
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.3dd9a672.min.css' | url }}">
43+
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.24baa246.min.css' | url }}">
4444
{% if config.theme.palette %}
4545
{% set palette = config.theme.palette %}
4646
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.2505c338.min.css' | url }}">

src/assets/stylesheets/main/_colors.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
// Footer color shades
114114
--md-footer-fg-color: hsla(0, 0%, 100%, 1);
115115
--md-footer-fg-color--light: hsla(0, 0%, 100%, 0.7);
116-
--md-footer-fg-color--lighter: hsla(0, 0%, 100%, 0.4);
116+
--md-footer-fg-color--lighter: hsla(0, 0%, 100%, 0.45);
117117
--md-footer-bg-color: hsla(0, 0%, 0%, 0.87);
118118
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);
119119

0 commit comments

Comments
 (0)