#23 Updated the colour of the send button
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and Push Development Docker Image / build-and-push (push) Successful in 1m6s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and Push Development Docker Image / build-and-push (push) Successful in 1m6s
				
			This commit is contained in:
		@@ -21,6 +21,7 @@
 | 
			
		||||
        flex-wrap: wrap;
 | 
			
		||||
        flex: 2 1;
 | 
			
		||||
        align-items: center;
 | 
			
		||||
        justify-content: center;
 | 
			
		||||
        margin: 1em;
 | 
			
		||||
        gap: 1em 3em;
 | 
			
		||||
    }
 | 
			
		||||
@@ -38,6 +39,16 @@
 | 
			
		||||
        font-size: .8em;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .button {
 | 
			
		||||
        background-color: var(--fg);
 | 
			
		||||
        color: var(--bg);
 | 
			
		||||
        transition: all 0.2s ease-in-out;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .button:hover {
 | 
			
		||||
        transform: scale(1.01);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    textarea {
 | 
			
		||||
        min-height: 12em;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user