Skip to content

Commit 6d8b60f

Browse files
committed
Update styling of loading indicator
1 parent f469597 commit 6d8b60f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

frontend/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@
4646
animation: spinning-loading-indicator 1s linear infinite;
4747

4848
@media (prefers-reduced-motion) {
49+
border: none;
4950
animation: none;
5051
content: "Loading…";
51-
border: none;
52+
font-family: Arial, sans-serif;
53+
font-size: 24px;
5254
}
5355
}
5456

0 commit comments

Comments
 (0)