Apply dark-mode fixes
This commit is contained in:
parent
5f91637178
commit
84b36e5d23
9 changed files with 16 additions and 16 deletions
|
|
@ -11,8 +11,8 @@
|
|||
{% for object in object_list %}
|
||||
<div class="col col-12 col-md-6 col-lg-4 d-flex mb-3">
|
||||
<a href="{{ object.get_absolute_url }}" class="d-flex w-100 text-body text-decoration-none">
|
||||
<div class="box-card border-blue w-100 bg-white shadow-blue">
|
||||
<div class="box-card-header p-3 bg-blue-20">
|
||||
<div class="box-card border-blue w-100 bg-body shadow-blue">
|
||||
<div class="box-card-header p-3 text-bg-callout">
|
||||
<h3 class="h6 m-0">
|
||||
{{ object.title }}
|
||||
</h3>
|
||||
|
|
@ -39,4 +39,4 @@
|
|||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue