Improved colors
This commit is contained in:
		
							parent
							
								
									65b8afb47b
								
							
						
					
					
						commit
						b1bb6d0f73
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		|  | @ -49,7 +49,7 @@ html, body { | |||
|     border-radius: 10px; | ||||
|     border: 1px solid transparent; | ||||
|     background-color: gold; | ||||
|     color: #000000; | ||||
|     color: black; | ||||
|     font-weight: bold; | ||||
|     text-align:left; | ||||
|     font-family: 'Courier New', Courier, monospace; | ||||
|  | @ -63,8 +63,8 @@ html, body { | |||
|     padding: 25px; | ||||
|     border-radius: 10px; | ||||
|     border: 1px solid transparent; | ||||
|     background-color: rgb(0, 0, 0); | ||||
|     color: rgb(232, 230, 227); | ||||
|     background-color: black; | ||||
|     color: gold; | ||||
|     font-weight: bold; | ||||
|     text-align:left; | ||||
|     font-family: 'Courier New', Courier, monospace; | ||||
|  | @ -83,9 +83,9 @@ input[type="radio"] { | |||
| } | ||||
| 
 | ||||
| .ab input:checked + label { | ||||
|     background-color: rgb(44, 116, 148); | ||||
|     background-color: cornsilk; | ||||
|     border: 1px solid #000000; | ||||
|     color: #eeeeee; | ||||
|     color: #333333; | ||||
| } | ||||
| 
 | ||||
| .separator { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue