Make the background darker than the foreground
This commit is contained in:
parent
9a5387ca08
commit
ac58ff47ee
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
{% for hook_from_context in webhooks %}
|
{% for hook_from_context in webhooks %}
|
||||||
<div class="p-2 mb-2 border border-dark">
|
<div class="p-2 mb-2 border border-dark" style="background: #161616;">
|
||||||
<ul class="list-group">{{ hook_from_context.name }}
|
<ul class="list-group">{{ hook_from_context.name }}
|
||||||
{% for feed_webhook in feeds %}
|
{% for feed_webhook in feeds %}
|
||||||
{% set feed = feed_webhook["feed"] %}
|
{% set feed = feed_webhook["feed"] %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue