Spaces:
Sleeping
Sleeping
Update styles.css
Browse files- styles.css +1 -1
styles.css
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
8 |
overflow: auto;
|
9 |
background: rgb(2,0,36);
|
10 |
-
background: linear-gradient(90deg, rgb(14, 17, 23)
|
11 |
animation: gradient 30s ease infinite;
|
12 |
background-size: 100%;
|
13 |
background-attachment: fixed;
|
|
|
7 |
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
8 |
overflow: auto;
|
9 |
background: rgb(2,0,36);
|
10 |
+
background: linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(121,9,9,0.8037411971830986) 50%, rgb(14, 17, 23) 100%);
|
11 |
animation: gradient 30s ease infinite;
|
12 |
background-size: 100%;
|
13 |
background-attachment: fixed;
|