Update web/templates/entry_view.html

This commit is contained in:
Joshua Laymon 2025-08-14 18:48:49 +00:00
parent 6cc5ab1dca
commit ad9c4f6758

View File

@ -40,7 +40,7 @@
{% for s in subject_list %}
<a
class="chip chip-subject"
href="https://wol.jw.org/en/wol/l/r1/lp-e?q={{ s }}"
href="https://wol.jw.org/en/wol/s/r1/lp-e?q={{ s }}"
target="_blank" rel="noopener noreferrer"
title="Search WOL for {{ s }}"
>{{ s }}</a>
@ -113,7 +113,6 @@
</div>
<!-- Subject pill tweaks (larger + bold) -->
<style>
.subject-pills{
display:flex;
@ -130,6 +129,7 @@
border:1px solid #d7e6f7;
color:#0f172a;
text-decoration:none;
text-transform: capitalize; /* Capitalize each word */
}
.chip-subject:hover{
background:#e2effc;