Update background black fade level
This commit is contained in:
parent
a603a89938
commit
1e6e340f56
1 changed files with 1 additions and 1 deletions
|
@ -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(65,15,70, 1) 40%, rgba(65,15,90, 1) 50%, rgba(30,15,85, 1) 60%, rgba(0,0,0, 1));
|
||||
background: linear-gradient(to bottom right, rgba(0,0,0, 1) 2%, rgba(65,15,70, 1) 40%, rgba(65,15,90, 1) 50%, rgba(30,15,85, 1) 60%, rgba(0,0,0, 1) 98%);
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
Loading…
Add table
Reference in a new issue