Changes

13 bytes removed ,  16:17, 13 November 2020
no edit summary
Line 19: Line 19:  
         width: auto;   
 
         width: auto;   
 
         height: auto;
 
         height: auto;
         background-color: rgba(63,42,86);
+
         background-color: rgb(63,42,86);
 
         border: 1px solid rgb(108,77,133);
 
         border: 1px solid rgb(108,77,133);
 
         transition: 1s ease;
 
         transition: 1s ease;
 
             }
 
             }
 
.btn a {
 
.btn a {
         color: rgb(255, 255, 255);
+
         color: rgb(225,225,225);
 
         text-decoration: none;
 
         text-decoration: none;
 
             }
 
             }
    
.btn a.external {
 
.btn a.external {
         color: rgb(255, 255, 255);
+
         color: rgb(225,225,225);
 
         text-decoration: none;
 
         text-decoration: none;
 
             }
 
             }
    
.btn a.external:visited {
 
.btn a.external:visited {
color: rgb(255, 255, 255);
+
color: rgb(225,225,225);
 
         text-decoration: none;
 
         text-decoration: none;
 
             }
 
             }
    
.btn a.external:hover {
 
.btn a.external:hover {
color: rgb(255,255,255);
+
color: rgb(225,225,225);
 
         text-decoration: underline;
 
         text-decoration: underline;
 
             }
 
             }
    
.btn:hover {
 
.btn:hover {
   background-color: rgba(108,77,133,0.5);
+
   background-color: rgb(78,91,115);
 
         transition: 1s ease;
 
         transition: 1s ease;
 
         text-decoration: underline;
 
         text-decoration: underline;