Fix incorrect description on default background image

This commit is contained in:
Ethan Paul 2021-01-31 19:27:35 -05:00
parent 8c13782ffb
commit 8c55ee5871
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6
1 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,7 @@ a:hover {
} }
#background-image { #background-image {
background-image: url("https://cdn.enp.one/img/backgrounds/cl-photo-boston.jpg"); background-image: url("https://cdn.enp.one/img/backgrounds/cl-photo-allis.jpg");
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
@ -172,7 +172,6 @@ ul.buttons li {
top: 50%; top: 50%;
left: 50%; left: 50%;
background-image: url("https://cdn.enp.one/img/logos/aah-sm.jpg");
background-size: contain; background-size: contain;
border-radius: 50%; border-radius: 50%;
} }
@ -181,7 +180,7 @@ ul.buttons li {
position: absolute; position: absolute;
width: 100px; width: 100px;
height: 100px; height: 100px;
border: 20px solid rgba(213, 213, 213, 0.7); border: 20px solid rgba(213, 213, 213, 1);
border-top-color: transparent; border-top-color: transparent;
border-radius: 50%; border-radius: 50%;
animation: spinner 1.5s linear infinite; animation: spinner 1.5s linear infinite;