Update web/templates/entry_view.html
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user