diff --git a/static/main.css b/static/main.css index d2b498b..877f258 100644 --- a/static/main.css +++ b/static/main.css @@ -15,7 +15,7 @@ body { -ms-hyphens: auto; hyphens: auto; /* Fancy background CSS lives here */ - background: linear-gradient(to bottom right, rgba(0,0,0, 1), rgba(60,14,90, 1) 40%, rgba(55,17,95, 1) 50%, rgba(32,14,84, 1) 60%, rgba(0,0,0, 1)); + background: linear-gradient(to bottom right, rgba(0,0,0, 1), rgba(65,15,70, 1) 40%, rgba(65,15,90, 1) 50%, rgba(30,15,85, 1) 60%, rgba(0,0,0, 1)); } ul { @@ -45,7 +45,7 @@ a:hover { padding: 1rem; padding-bottom: 2rem; border-radius: 1rem; - background: rgba(0,0,0, 0.7); + background: rgba(0,0,0, 0.78); box-shadow: 1rem 1rem 1rem 1rem rgba(0,0,0, 0.5); text-align: center; }