Fix dark mode issue in navbar separator

Fixes the separator bar used in the sticky navbar being a light gray
color on dark mode to be a dark gray instead. The light gray is changed
from #c8c8c8 to #c8ccd1 to match an existing Codex color.

Change-Id: I1638fb268dc7a1bbbe80d46b1f2678aa69ba7679
This commit is contained in:
Taavi Väänänen 2024-11-01 21:09:19 +02:00
parent 397c7a6411
commit 39e3dd7f99
No known key found for this signature in database
GPG key ID: EF242F709F912FBE

View file

@ -50,7 +50,7 @@
// Components
//
&-context-bar {
border-left: @border-width-base @border-style-base #c8c8c8;
border-left: @border-subtle;
padding-left: @spacing-search-title-divider;
min-width: 0;
margin-left: @spacing-search-title-divider;