mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-04-28 23:37:48 +02:00
Fix: Complete rework of the breadcrumb
This commit is contained in:
parent
4b88f2c7cd
commit
9486d2e8c6
2 changed files with 7 additions and 17 deletions
|
@ -20,7 +20,8 @@ Author: Aroy (https://aroy-art.com)
|
|||
--neon-color: #39ff14;
|
||||
--neon-pink-color: #ff00d4;
|
||||
|
||||
|
||||
--bg-light: #0f1e31;
|
||||
--bg-dark: #040b1e;
|
||||
}
|
||||
|
||||
|
||||
|
@ -491,7 +492,7 @@ ol li::marker {
|
|||
}
|
||||
|
||||
.breadcrumb {
|
||||
background-color: #0f1e31;
|
||||
background-color: var(--bg-dark, #040b1e);
|
||||
}
|
||||
|
||||
nav[aria-label="breadcrumb"] li:last-child a{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue