Skip to content

Commit 48a65f5

Browse files
committed
Add css for refresh timer
1 parent 871112f commit 48a65f5

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

css/dark.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ section {
2828
}
2929
.map {
3030
border: none;
31+
}
32+
.countdown {
33+
color: white;
3134
}

css/light.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ section {
2828
}
2929
.map {
3030
border: 5px solid #888888;
31+
}
32+
.countdown {
33+
color: black;
3134
}

css/midnight.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@ section {
2929
}
3030
.map {
3131
border: none;
32+
}
33+
.querytime {
34+
color: white;
3235
}

css/summer-night-inverted.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ section {
2828
}
2929
.map {
3030
border: 5px solid #888888;
31+
}
32+
.querytime {
33+
color: white;
3134
}

css/summer-night.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ section {
2525
}
2626
.map {
2727
border: 5px solid #888888;
28+
}
29+
.countdown {
30+
color: white;
2831
}

0 commit comments

Comments
 (0)