mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
docs: make navbar separators partially transparent (#6084)
Sets the opacity of the navbar separators to 0.3
This commit is contained in:
parent
55474124a9
commit
ccf165568a
@ -162,7 +162,7 @@ main :is(p, figure) > img:not([src^="https://img.shields.io/" i], [src*="badge.s
|
||||
.navbar__item:has(.navbar-separator) {
|
||||
width: 1px;
|
||||
height: 100%;
|
||||
background: white;
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
padding: 0;
|
||||
margin-inline: var(--ifm-spacing-horizontal);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user