[Bugfix] Fix the night-time colour
This commit is contained in:
		| @@ -210,7 +210,7 @@ fn gen_svg() -> Document { | ||||
|         #border {stroke: none; fill: rgb(19, 17, 30); } | ||||
|         .hour text.utc {stroke: none; fill: rgb(91, 68, 38);} | ||||
|         .local-hour {stroke: none; fill: rgb(238, 187, 85);} | ||||
|         .night-time {stroke: none; fill: 19, 17, 30);} | ||||
|         .night-time {stroke: none; fill: rgb(19, 17, 30);} | ||||
|         .blue-hour {stroke: none; fill: rgb(9, 1, 119);} | ||||
|         .golden-hour {stroke: none; fill: rgb(170, 132, 44);} | ||||
|         .day-time {stroke: none; fill: rgb(125, 197, 240);} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user