style: remove background and rounded borders from custom images widget
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
This commit is contained in:
parent
fdaed6d4c2
commit
a231c2328f
@ -98,7 +98,7 @@ pages:
|
||||
<ul class="list list-gap-10 collapsible-container" data-collapse-after="5">
|
||||
{{ range .JSON.Array "images" }}
|
||||
{{ if .Bool "result.has_update" }}
|
||||
<li style="background-color: hsla(222, 71%, 75%, 0.1); padding: 10px; border-radius: 5px; margin-bottom: 8px;">
|
||||
<li style="padding: 10px; margin-bottom: 8px;">
|
||||
<strong style="color: hsl(222, 71%, 75%);">Image:</strong> <a href="{{ .String "url" }}" style="color: hsl(190, 45%, 20%); text-decoration: none;">{{ .String "reference" }}</a>
|
||||
<ul class="list-horizontal-text" style="margin-top: 5px;">
|
||||
<li style="color: hsl(220, 50%, 11%);"><strong>Current:</strong> {{ .String "result.info.current_version" }}</li>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user