Spaces:
Sleeping
Sleeping
BenBranyon
commited on
Commit
•
1ac3506
1
Parent(s):
cd9295d
Update styles.css
Browse files- styles.css +2 -2
styles.css
CHANGED
@@ -6,8 +6,8 @@
|
|
6 |
margin: auto;
|
7 |
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
8 |
overflow: auto;
|
9 |
-
background: rgb(
|
10 |
-
background:
|
11 |
animation: gradient 30s ease infinite;
|
12 |
background-size: 100%;
|
13 |
background-attachment: fixed;
|
|
|
6 |
margin: auto;
|
7 |
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
8 |
overflow: auto;
|
9 |
+
background: rgb(14,17,23);
|
10 |
+
background: radial-gradient(circle, rgba(14,17,23,1) 0%, rgba(121,9,9,0.8037411971830986) 50%, rgba(14,17,23,1) 100%);
|
11 |
animation: gradient 30s ease infinite;
|
12 |
background-size: 100%;
|
13 |
background-attachment: fixed;
|