Update web/templates/entry_view.html

This commit is contained in:
2025-08-14 18:48:49 +00:00
parent 6cc5ab1dca
commit ad9c4f6758
+2 -2
View File
@@ -40,7 +40,7 @@
{% for s in subject_list %} {% for s in subject_list %}
<a <a
class="chip chip-subject" 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" target="_blank" rel="noopener noreferrer"
title="Search WOL for {{ s }}" title="Search WOL for {{ s }}"
>{{ s }}</a> >{{ s }}</a>
@@ -113,7 +113,6 @@
</div> </div>
<!-- Subject pill tweaks (larger + bold) -->
<style> <style>
.subject-pills{ .subject-pills{
display:flex; display:flex;
@@ -130,6 +129,7 @@
border:1px solid #d7e6f7; border:1px solid #d7e6f7;
color:#0f172a; color:#0f172a;
text-decoration:none; text-decoration:none;
text-transform: capitalize; /* Capitalize each word */
} }
.chip-subject:hover{ .chip-subject:hover{
background:#e2effc; background:#e2effc;