Update background colours & body transparency
This commit is contained in:
parent
32bb30b256
commit
a603a89938
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ body {
|
||||||
-ms-hyphens: auto;
|
-ms-hyphens: auto;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
/* Fancy background CSS lives here */
|
/* 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 {
|
ul {
|
||||||
|
@ -45,7 +45,7 @@ a:hover {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
border-radius: 1rem;
|
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);
|
box-shadow: 1rem 1rem 1rem 1rem rgba(0,0,0, 0.5);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue