We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77822a commit 74272b3Copy full SHA for 74272b3
full.css
@@ -665,14 +665,14 @@ body.notransition .sidebar {
665
right: -0.6px;
666
width: 30px;
667
height: 100%;
668
- background: linear-gradient(270deg, #1a1c24, transparent);
+ background: linear-gradient(270deg, #1a1c24, #1a1c2400);
669
transition: .18s var(--ease-function) opacity;
670
pointer-events: none;
671
}
672
673
.sidebar .header .title::before {
674
right: auto;
675
- background: linear-gradient(90deg, #1a1c24, transparent);
+ background: linear-gradient(90deg, #1a1c24, #1a1c2400);
676
transition: .18s var(--ease-function);
677
left: -0.6px;
678
opacity: 0;
0 commit comments