Update background colours & body transparency

This commit is contained in:
Froge 2025-02-02 23:24:12 +10:00
parent 32bb30b256
commit a603a89938
Signed by: froge
GPG key ID: A825E09930271BFA

View file

@ -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;
}