mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Improved dark mode link color for better accessibility
This commit is contained in:
parent
04bde62c91
commit
a4babcf37c
File diff suppressed because one or more lines are too long
@ -47,7 +47,7 @@
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.83068744.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.ecc896b0.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.85d0ee34.min.css' | url }}">
|
||||
{% endif %}
|
||||
{% include "partials/icons.html" %}
|
||||
{% endblock %}
|
||||
|
@ -122,7 +122,7 @@
|
||||
"pink": hsl(340, 81%, 63%),
|
||||
"purple": hsl(291, 43%, 63%),
|
||||
"deep-purple": hsl(262, 63%, 70%),
|
||||
"indigo": hsl(219, 56%, 63%),
|
||||
"indigo": hsl(219, 66%, 67%),
|
||||
"teal": hsl(174, 100%, 40%),
|
||||
"green": hsl(122, 39%, 60%),
|
||||
"deep-orange": hsl(14, 100%, 73%),
|
||||
|
Loading…
Reference in New Issue
Block a user