|
@@ -608,7 +608,7 @@ const sunAndMoon = () => {
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
|
height: 10px;
|
|
|
- background: white;
|
|
|
+ background: var(--color-text);
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
}
|
|
@@ -633,7 +633,7 @@ const sunAndMoon = () => {
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
|
height: 10px;
|
|
|
- background: white;
|
|
|
+ background: var(--color-text);
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
}
|
|
@@ -702,7 +702,7 @@ const sunAndMoon = () => {
|
|
|
position: absolute;
|
|
|
width: 60px;
|
|
|
height: 4px;
|
|
|
- background: white;
|
|
|
+ background: var(--color-text);
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
margin: auto;
|