From ccf165568abd42de45ec80222c8af2c4f519b592 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 31 Jan 2024 18:17:03 +0900 Subject: [PATCH] docs: make navbar separators partially transparent (#6084) Sets the opacity of the navbar separators to 0.3 --- website/src/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 3018051a8d..05c27a13cc 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -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); }