closes #1897 Generates a2docs.css from a11y-compliant less file See PR #1897 for more info and next steps.
		
			
				
	
	
		
			36 lines
		
	
	
		
			289 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			289 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| //Opacity tweaks
 | |
| 
 | |
| h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 | |
|   .opacity();
 | |
| }
 | |
| 
 | |
| label {
 | |
| 
 | |
|   input {
 | |
|     opacity: 1;
 | |
|   }
 | |
| 
 | |
|   .opacity();
 | |
| }
 | |
| 
 | |
| 
 | |
| input {
 | |
|   .opacity();
 | |
| }
 | |
| 
 | |
| .label-default {
 | |
|   .opacity();
 | |
| }
 | |
| 
 | |
| legend {
 | |
|   .opacity();
 | |
| }
 | |
| 
 | |
| button {
 | |
|   .opacity();
 | |
| }
 | |
| 
 | |
| span, p, dl {
 | |
|   .opacity();
 | |
| }
 |