@@ -110,7 +110,7 @@ body {
110110}
111111
112112.red-button : hover {
113- background-color : rgba (255 , 0 , 0 , 1 );
113+ background-color : rgba (255 , 120 , 0 , 1 );
114114}
115115
116116.red-button : active {
@@ -126,13 +126,13 @@ body {
126126 color : # fff ;
127127 text-shadow : 1px 1px 1px # 000 ;
128128 border-radius : 10px ;
129- background-color : rgba (0 , 100 , 200 , 1 );
129+ background-color : rgba (100 , 20 , 120 , 1 );
130130 background-image : linear-gradient (to top left, rgba (0 , 0 , 0 , 0.2 ), rgba (0 , 0 , 0 , 0.2 ) 30% , rgba (0 , 0 , 0 , 0 ));
131131 box-shadow : inset 2px 2px 3px rgba (255 , 255 , 255 , 0.6 ), inset -2px -2px 3px rgba (0 , 0 , 0 , 0.6 );
132132}
133133
134134.blue-button : hover {
135- background-color : rgba (255 , 0 , 0 , 1 );
135+ background-color : rgba (160 , 0 , 160 , 1 );
136136}
137137
138138.blue-button : active {
@@ -148,13 +148,13 @@ body {
148148 color : # fff ;
149149 text-shadow : 1px 1px 1px # 000 ;
150150 border-radius : 10px ;
151- background-color : rgba (0 , 255 , 88 , 1 );
151+ background-color : rgba (0 , 180 , 120 , 1 );
152152 background-image : linear-gradient (to top left, rgba (0 , 0 , 0 , 0.2 ), rgba (0 , 0 , 0 , 0.2 ) 30% , rgba (0 , 0 , 0 , 0.5 ));
153153 box-shadow : inset 2px 2px 3px rgba (255 , 255 , 255 , 0.6 ), inset -2px -2px 3px rgba (0 , 0 , 0 , 0.6 );
154154}
155155
156156.green-button : hover {
157- background-color : rgba (0 , 255 , 88 , 1 );
157+ background-color : rgba (0 , 255 , 180 , 1 );
158158}
159159
160160.green-button : active {
0 commit comments