mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	dynamic modal colors
This commit is contained in:
		@@ -184,3 +184,11 @@ html, body, * {
 | 
			
		||||
    color: var(--text-color) !important;
 | 
			
		||||
    text-decoration: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/** Portfolio Specific **/
 | 
			
		||||
/* Always use a light text color in the input field */
 | 
			
		||||
#dynamicModalContent {
 | 
			
		||||
    color: var(--button-text-color) !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user