Skip to content

Commit 74272b3

Browse files
authored
Update full.css
1 parent d77822a commit 74272b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

full.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,14 +665,14 @@ body.notransition .sidebar {
665665
right: -0.6px;
666666
width: 30px;
667667
height: 100%;
668-
background: linear-gradient(270deg, #1a1c24, transparent);
668+
background: linear-gradient(270deg, #1a1c24, #1a1c2400);
669669
transition: .18s var(--ease-function) opacity;
670670
pointer-events: none;
671671
}
672672

673673
.sidebar .header .title::before {
674674
right: auto;
675-
background: linear-gradient(90deg, #1a1c24, transparent);
675+
background: linear-gradient(90deg, #1a1c24, #1a1c2400);
676676
transition: .18s var(--ease-function);
677677
left: -0.6px;
678678
opacity: 0;

0 commit comments

Comments
 (0)