1
0
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:
Thomas Heartman 2024-01-31 18:17:03 +09:00 committed by GitHub
parent 55474124a9
commit ccf165568a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}