mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-09 01:17:06 +02: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) {
|
.navbar__item:has(.navbar-separator) {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: white;
|
background: rgba(255, 255, 255, 0.3);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-inline: var(--ifm-spacing-horizontal);
|
margin-inline: var(--ifm-spacing-horizontal);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user