df
This commit is contained in:
parent
b27ac86c40
commit
454d47b066
|
|
@ -156,8 +156,9 @@ h1, h2, h3, h4, h5, h6,
|
|||
transition: color var(--transition-fast);
|
||||
}
|
||||
.breadcrumb-item a:hover { color: var(--color-primary); }
|
||||
.breadcrumb-item.active { color: var(--color-primary); font-weight: bold; }
|
||||
.breadcrumb-item.active { color: var(--color-primary); font-weight: 600; }
|
||||
.breadcrumb-item + .breadcrumb-item::before { color: var(--border-medium); }
|
||||
#descriptionVue{color:#212E53;}
|
||||
|
||||
/* Header Nav Icons */
|
||||
#header .header-nav .nav-link {
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ if ($_SESSION['bdTests_C'] == '1') {
|
|||
</li>
|
||||
<?php endif; ?>
|
||||
<li class="breadcrumb-item">
|
||||
<span class="active text-uppercase"><?= htmlspecialchars($_SESSION['descriptionVue'] ?? '', ENT_QUOTES) ?></span>
|
||||
<span id="descriptionVue" class="active text-uppercase"><?= htmlspecialchars($_SESSION['descriptionVue'] ?? '', ENT_QUOTES) ?></span>
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user