mirror of
https://github.com/jointakahe/takahe.git
synced 2025-01-09 05:35:26 +00:00
Fix highlight color in the light theme (#444)
This commit is contained in:
parent
9b5152723a
commit
edef03efb1
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue