Skip to content

Commit d369be9

Browse files
committed
Fix slice banner button hover color
1 parent b63950d commit d369be9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/assets/stylesheets/notice.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ div#notice_message {
3737
.slice-notice-bar .warning-button.primary-button{
3838
background-color: #2e6d62 !important;
3939
}
40+
.slice-notice-bar .warning-button.primary-button:hover{
41+
background-color: #25574e !important;
42+
}

0 commit comments

Comments
 (0)