mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 17:55:03 +02:00
Fixed darkmode for some elements
This commit is contained in:
parent
6df65a0b9d
commit
6081fe3295
8 changed files with 48 additions and 14 deletions
|
@ -126,7 +126,7 @@
|
|||
|
||||
{% macro breadcrumb_entity_link(entity, link_type = "list_parts", icon = "") %}
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol class="breadcrumb py-2 px-3 rounded" style="background-color: var(--bs-gray-200);">
|
||||
<ol class="breadcrumb py-2 px-3 rounded bg-body-tertiary">
|
||||
{% if icon is not empty %}
|
||||
<i class="{{ icon }} fa-fw me-1" style="line-height: inherit;"></i>
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue