Added dark-mode css
This commit is contained in:
		
							parent
							
								
									e73897d7a6
								
							
						
					
					
						commit
						063821b3e8
					
				
					 1 changed files with 48 additions and 0 deletions
				
			
		
							
								
								
									
										48
									
								
								static/css/dark.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										48
									
								
								static/css/dark.css
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,48 @@ | |||
| body { | ||||
|     background-color: #181a1b !important; | ||||
| } | ||||
| 
 | ||||
| #header { | ||||
|     background-color: rgb(74, 91, 96) !important; | ||||
|     color: rgb(205, 200, 194) !important; | ||||
| } | ||||
| 
 | ||||
| .a { | ||||
|     border-color: transparent !important; | ||||
|     background-color: rgb(143, 120, 5) !important; | ||||
|     color: rgb(205, 200, 194) !important; | ||||
| } | ||||
| 
 | ||||
| .b { | ||||
|     border-color: transparent !important; | ||||
|     background-color: rgb(29, 40, 41) !important; | ||||
|     color: rgb(248, 214, 41) !important; | ||||
| } | ||||
| 
 | ||||
| .ab { | ||||
|     background-color: rgb(56, 81, 104) !important; | ||||
| } | ||||
| 
 | ||||
| .ab input:checked + label { | ||||
|     background-color: rgb(143, 57, 34) !important; | ||||
|     border-color: rgb(140, 130, 115) !important; | ||||
|     color: rgb(215, 212, 207) !important; | ||||
| } | ||||
| 
 | ||||
| .separator { | ||||
|     color: rgb(205, 200, 194); | ||||
| } | ||||
| 
 | ||||
| #next { | ||||
|     border-color: initial !important; | ||||
|     background-color: rgb(74, 91, 96) !important; | ||||
|     color: rgb(205, 200, 194) !important; | ||||
| } | ||||
| 
 | ||||
| #questions { | ||||
|     color: rgb(248, 214, 41) !important; | ||||
| } | ||||
| 
 | ||||
| a { | ||||
|     color: rgb(169, 162, 151) !important; | ||||
| } | ||||
		Loading…
	
	Add table
		
		Reference in a new issue