[Bugfix] Don’t fill the smoothing circle so day parts remain visible

This commit is contained in:
Gergely Polonkai 2022-05-18 17:19:49 +02:00
parent 53671b21fb
commit 5e3ab2c7ed
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ fn gen_svg() -> Document {
.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);}
.marker {stroke: rgb(19, 17, 30); stroke-width: 2px; fill: none;}
.moon-background {stroke: rgb(170, 170, 170); stroke-width: 2px; fill: rgb(19, 17, 30);}
.moon {stroke: none; fill: rgb(170, 170, 170);}
.sun {stroke: none; fill: rgb(238, 187, 85);}