Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 49d923e

Browse files
committed
add old button colors
1 parent 57cc949 commit 49d923e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/css/challenge-detail-software.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -734,11 +734,11 @@ h1.center {
734734
}
735735

736736
.challenge-detail .unregister {
737-
background: #cef8c6 !important;
737+
background: #e66 !important;
738738
}
739739

740740
.challenge-detail .unregister:hover {
741-
background: #cef8c6 !important;
741+
background: #d66 !important;
742742
}
743743

744744
.challenge-detail .btnAction:hover {
@@ -759,11 +759,11 @@ h1.center {
759759
}
760760

761761
.challenge-detail.develop .unregister {
762-
background: #cef8c6 !important;
762+
background: #e66 !important;
763763
}
764764

765765
.challenge-detail.develop .unregister:hover {
766-
background: #cef8c6 !important;
766+
background: #d66 !important;
767767
}
768768

769769
.challenge-detail .btnAction.disabled {

0 commit comments

Comments
 (0)