mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 07:44:23 +01:00
Added bradcrumb styling
This commit is contained in:
parent
ac6aa83481
commit
0e589f1eaf
1 changed files with 9 additions and 0 deletions
|
@ -400,6 +400,15 @@ table, th {
|
|||
bottom: 0;
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
background-color: #0f1e31;
|
||||
}
|
||||
|
||||
nav[aria-label="breadcrumb"] li:last-child a{
|
||||
color: #57cbcc;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.header-bradcrumb {
|
||||
background: transparent;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue