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