Samburkeottawa

Joined 14 May 2020
4 bytes removed ,  10:26, 30 July 2020
no edit summary
Line 32: Line 32:  
     background-color: rgba(1, 204, 220, 0.16);
 
     background-color: rgba(1, 204, 220, 0.16);
 
     box-shadow: 0px 0px 2px #03fff5;
 
     box-shadow: 0px 0px 2px #03fff5;
     color: rgb(255, 0, 0);
+
     color: rgb(17, 69, 85);
 
}
 
}
    
.alert-primary:hover{
 
.alert-primary:hover{
   background-color: rgba(1, 204, 220, 0.33);
+
   background-color: rgba(1, 204, 220, 0.4);
 
   transition:0.5s;
 
   transition:0.5s;
 
}
 
}
    
.alert-primary{
 
.alert-primary{
     color: rgb(38, 154, 188);
+
     color: rgb(255, 0, 0);
 
     text-shadow: none;
 
     text-shadow: none;
 
}
 
}
    
}}
 
}}