mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(breadcrumbs): breadcrumbs color in mint theme should not be the same as background is (#378)
This commit is contained in:
parent
a587ac2606
commit
ae0011c05a
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ h1.al-title {
|
|||
}
|
||||
|
||||
&.breadcrumb-item.active {
|
||||
color: $default;
|
||||
color: $default-text;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue