Skip to content

Commit ed45541

Browse files
authored
Update sidebar-notice
1 parent 481c683 commit ed45541

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: discord/sidebar-notice/import.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ html {
4343

4444
&:has(.notice_dd5a33) {
4545
--notice-height: 140px;
46-
--notice-icon: var(--notice-join);
46+
--notice-icon: var(--notice-icon-join);
4747
}
4848

4949
&:has(.notice_a50047) {
5050
--notice-height: 155px;
51-
--notice-icon: var(--notice-welcome);
51+
--notice-icon: var(--notice-icon-welcome);
5252
}
5353

5454
>div.notice_be03aa {
@@ -123,7 +123,7 @@ html {
123123
}
124124

125125
&:after {
126-
background: linear-gradient(158deg, transparent 0%, var(--background-secondary) 78%), var(--notice-icon-welcome);
126+
background: linear-gradient(158deg, transparent 0%, var(--background-secondary) 80%), linear-gradient(74deg, transparent 0%, var(--background-secondary) 85%), var(--notice-icon);
127127
background-position: top center;
128128
background-repeat: no-repeat;
129129
content: "";

0 commit comments

Comments
 (0)