削除の色変更

This commit is contained in:
nullnyat 2022-02-19 17:09:57 +09:00
parent 7667493d56
commit 38d3703484
No known key found for this signature in database
GPG Key ID: 5EDC2816C3AE007A

View File

@ -163,13 +163,13 @@ function focusDown() {
} }
&.danger { &.danger {
color: #ff2a2a; color: #FF9D9D;
&:hover { &:hover {
color: #fff; color: #fff;
&:before { &:before {
background: #ff4242; background: #FF9D9D;
} }
} }
@ -177,7 +177,7 @@ function focusDown() {
color: #fff; color: #fff;
&:before { &:before {
background: #d42e2e; background: #FF9D9D;
} }
} }
} }