fdsfsd
This commit is contained in:
parent
8d6dc36f44
commit
0bf4d4f259
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue