BenBranyon commited on
Commit
85be666
1 Parent(s): 89a40cb

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +2 -2
styles.css CHANGED
@@ -7,8 +7,8 @@
7
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
8
  overflow: auto;
9
  background: rgb(2,0,36);
10
- background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,9,9,0.8037411971830986) 50%, rgba(2,0,36,1) 100%);
11
  animation: gradient 30s ease infinite;
12
- background-size: 400% 400%;
13
  background-attachment: fixed;
14
  }
 
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;
14
  }