We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196fa2e commit 21bbf76Copy full SHA for 21bbf76
code/src/components/Loader.js
@@ -19,7 +19,7 @@ const Loading = styled.div`
19
width:60px;
20
height:60px;
21
border: 2px solid black;
22
- border-top-color: lightblue;
+ border-top-color: #004900;
23
border-radius: 50%;
24
animation: 1s spinner infinite ease-in-out;
25
@keyframes spinner {
0 commit comments