File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 23
23
.pagefind-ui__form :after {
24
24
background : url ({{ ' /img/search.svg' | url }} ) no-repeat 2px center ;
25
25
}
26
+ .list-custom-bullet {
27
+ list-style-image : url ({{ ' /img/bullet.png' | url }} );
28
+ }
26
29
</style >
27
30
</head >
28
31
<body class =" flex flex-col h-full items-center" >
Original file line number Diff line number Diff line change 203
203
</h3 >
204
204
<ul class =" pl-5" >
205
205
{% for license in plugin .manifest .licenses %}
206
- <li class =" py-1 px-2 list-image-[url(/img/ bullet.png)] " >
206
+ <li class =" py-1 px-2 list-custom- bullet" >
207
207
<a class =" text-list link hover:underline align-middle" href =" {{ license.url }}" >
208
208
{{ license .type }}
209
209
</a >
220
220
<ul class =" pl-5" >
221
221
{% if plugin .manifest .dependencies | length %}
222
222
{% for dependency , version in plugin .manifest .dependencies %}
223
- <li class =" py-1 px-2 list-image-[url(/img/ bullet.png)] " >
223
+ <li class =" py-1 px-2 list-custom- bullet" >
224
224
{{ dependency }}
225
225
{{ version }}
226
226
</li >
227
227
{% endfor %}
228
228
{% else %}
229
- <li class =" py-1 px-2 list-image-[url(/img/ bullet.png)] " >
229
+ <li class =" py-1 px-2 list-custom- bullet" >
230
230
None
231
231
</li >
232
232
{% endif %}
You can’t perform that action at this time.
0 commit comments