Spaces:
Running
Running
add
Browse files- static/style.css +1 -1
static/style.css
CHANGED
@@ -36,7 +36,7 @@ body::before {
|
|
36 |
left: 0;
|
37 |
width: 100%;
|
38 |
height: 100%;
|
39 |
-
background: linear-gradient(125deg, rgba(163, 94, 237, 0.6) 0%, rgba(65, 159, 232, 0.6)
|
40 |
z-index: -1;
|
41 |
}
|
42 |
|
|
|
36 |
left: 0;
|
37 |
width: 100%;
|
38 |
height: 100%;
|
39 |
+
background: linear-gradient(125deg, rgba(163, 94, 237, 0.6) 0%, rgba(65, 159, 232, 0.6) 75%);
|
40 |
z-index: -1;
|
41 |
}
|
42 |
|