mirror of
				https://github.com/BookStackApp/BookStack.git
				synced 2025-11-03 02:13:16 +03:00 
			
		
		
		
	Adjusted code manager changes for dark mode
This commit is contained in:
		@@ -658,7 +658,10 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
 | 
				
			|||||||
.code-editor .lang-options button {
 | 
					.code-editor .lang-options button {
 | 
				
			||||||
  display: block;
 | 
					  display: block;
 | 
				
			||||||
  padding: $-xs $-m;
 | 
					  padding: $-xs $-m;
 | 
				
			||||||
  border-bottom: 1px solid #eee;
 | 
					  border-bottom: 1px solid;
 | 
				
			||||||
 | 
					  @include lightDark(color, #333, #AAA);
 | 
				
			||||||
 | 
					  @include lightDark(border-bottom-color, #EEE, #000);
 | 
				
			||||||
 | 
					  cursor: pointer;
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
  text-align: left;
 | 
					  text-align: left;
 | 
				
			||||||
  font-family: $mono;
 | 
					  font-family: $mono;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user