Improved dark mode link color for better accessibility

This commit is contained in:
squidfunk 2023-08-01 19:21:51 +02:00
parent 04bde62c91
commit a4babcf37c
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
4 changed files with 3 additions and 3 deletions

View File

@ -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 %}

View File

@ -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%),