Skip to content

Commit d23679a

Browse files
committed
8.0
1 parent 4fd2b69 commit d23679a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/assets/component.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@
109109
color: #ccc;
110110
}
111111
.dlp-button-red{
112-
background: linear-gradient(180deg,#bf1010 0,#cb3636 49%,#500000 59%,#ff6f6f 100%);
112+
background: linear-gradient(180deg,#bf1010 0,#cb3636 49%,#a40404 59%,#ff3c3c 100%);
113113
border: 1px solid #262626;
114114
box-shadow: inset 0 3px 9px #914242, inset 0 3px 12px #7e2020, inset 0 15px 9px #7c1212, inset 0 3px 3px 0 #5a0404, 0 1px 3px rgb(16 16 16 / 66%);
115115
}
116116
.dlp-button-red:hover{
117-
background: linear-gradient(180deg,#cb0404 0,#b30000 49%,#500000 100%);
117+
background: linear-gradient(180deg,#bf1010 0,#e00000 49%,#a10000 80%,#760000 100%);
118118
}
119119
.dlp-button-red:disabled{
120120
cursor: not-allowed;

0 commit comments

Comments
 (0)