add sun/moon rise/set times

Icons become bold when the object is above the horizon. Also shows
percent of moon illumination.
This commit is contained in:
Denis Treskunov
2020-01-17 21:52:04 -08:00
parent 1fd5fd4832
commit 08b9e7b5b5
3 changed files with 45 additions and 1 deletions

View File

@@ -66,3 +66,10 @@
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.module.clock .sun, .module.clock .moon {
display: flex;
}
.module.clock .sun > *, .module.clock .moon > * {
flex: 1;
}