From 8c55ee5871cb012a38e9a1c346f8f0a0bab8b9ec Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Sun, 31 Jan 2021 19:27:35 -0500 Subject: [PATCH] Fix incorrect description on default background image --- css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 28f1735..85034e8 100644 --- a/css/style.css +++ b/css/style.css @@ -17,7 +17,7 @@ a:hover { } #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-repeat: no-repeat; background-size: cover; @@ -172,7 +172,6 @@ ul.buttons li { top: 50%; left: 50%; - background-image: url("https://cdn.enp.one/img/logos/aah-sm.jpg"); background-size: contain; border-radius: 50%; } @@ -181,7 +180,7 @@ ul.buttons li { position: absolute; width: 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-radius: 50%; animation: spinner 1.5s linear infinite;