Changes

no edit summary
Line 151: Line 151:  
         width: auto;   
 
         width: auto;   
 
         height: auto;
 
         height: auto;
         background-color: rgba(118, 80, 141, 1);
+
         background-color: rgba(108,77,133,0.8);
         border-color: rgba(118, 80, 141, 1);
+
         border: 1px solid rgb(108,77,133);
 
         transition: 1s ease;
 
         transition: 1s ease;
 
             }
 
             }
Line 177: Line 177:     
.btn:hover {
 
.btn:hover {
        background-color: rgba(118, 80, 141, 0.8);
+
  background-color: rgba(108,77,133,0.5);
 
         transition: 1s ease;
 
         transition: 1s ease;
 
             }
 
             }