Fix highlight color in the light theme (#444)

This commit is contained in:
TAKAHASHI Shuuji 2023-01-20 02:15:34 +09:00 committed by GitHub
parent 9b5152723a
commit edef03efb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
<script src="{% static "js/htmx.min.js" %}"></script>
<script src="{% static "js/takahe.min.js" %}"></script>
<style>
body {
body, body.light-theme {
--color-highlight: {{ config.highlight_color }};
--color-text-link: {{ config.highlight_color }};
}