This commit is contained in:
Aevann1 2021-10-16 21:35:12 +02:00
parent 8d6dc36f44
commit 0bf4d4f259
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textarea {
background-color: #21262d !important;
background-color: var(--gray-600) !important;
}
.transparent, #login {

View file

@ -76,7 +76,7 @@
{% for p in listing %}
<div style="display: none;" id="popover-{{p.id}}">
<div style="display: none; background-color: var(--gray-600) !important;" id="popover-{{p.id}}">
<div class="popover-user-profile" role="tooltip">
<img class="w-100 h-64 object-cover" src="{{p.author.banner_url}}">
<div class="d-flex align-items-end px-3 mt-n6 mb-3">