example commit
This commit is contained in:
		
							parent
							
								
									f5f2215b47
								
							
						
					
					
						commit
						297019c22c
					
				|  | @ -331,8 +331,8 @@ root(isDark) | |||
| 		margin 16px | ||||
| 		padding 16px | ||||
| 		text-align center | ||||
| 		color isDark ? #49ab63 : #2c662d | ||||
| 		background isDark ? #273c34 : #fcfff5 | ||||
| 		color var(--mobileSignedInAsFg) | ||||
| 		background var(--mobileSignedInAsBg) | ||||
| 		box-shadow 0 3px 1px -2px rgba(#000, 0.2), 0 2px 2px 0 rgba(#000, 0.14), 0 1px 5px 0 rgba(#000, 0.12) | ||||
| 
 | ||||
| 	> .signout | ||||
|  |  | |||
|  | @ -9,5 +9,7 @@ | |||
| 	"scrollbarHandle": "#454954", | ||||
| 	"scrollbarHandleHover": "#535660", | ||||
| 	"face": "#282c37", | ||||
| 	"faceHeader": "#313543" | ||||
| 	"faceHeader": "#313543", | ||||
| 	"mobileSignedInAsBg": "#273c34", | ||||
| 	"mobileSignedInAsFg": "#49ab63" | ||||
| } | ||||
|  |  | |||
|  | @ -9,5 +9,7 @@ | |||
| 	"scrollbarHandle": "#00000033", | ||||
| 	"scrollbarHandleHover": "#00000066", | ||||
| 	"face": "#fff", | ||||
| 	"faceHeader": "#fff" | ||||
| 	"faceHeader": "#fff", | ||||
| 	"mobileSignedInAsBg": "#fcfff5", | ||||
| 	"mobileSignedInAsFg": "#2c662d" | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue