change spinner colors and width

This commit is contained in:
Milan Pässler 2020-07-22 15:34:01 +02:00
parent e186623c39
commit 44aba94055

View file

@ -71,8 +71,8 @@ header {
.spinner {
margin: calc(50vh - 60px) auto;
border: 2px solid rgba(255, 255, 255, .7); /* Light grey */
border-top: 4px solid #3498db; /* Blue */
border: 5px solid rgba(255, 255, 255, .4);
border-top: 5px solid #fff;
border-radius: 50%;
width: 120px;
height: 120px;