Make the background darker than the foreground

This commit is contained in:
Joakim Hellsén 2022-12-11 19:51:08 +01:00
commit ac58ff47ee
No known key found for this signature in database
GPG key ID: 01FD861E3DAC09AC

View file

@ -27,7 +27,7 @@
</span>
</p>
{% 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 }}
{% for feed_webhook in feeds %}
{% set feed = feed_webhook["feed"] %}