Fix highlight color in the light theme (#444)
This commit is contained in:
parent
9b5152723a
commit
edef03efb1
|
@ -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 }};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue