BenBranyon commited on
Commit
1ac3506
1 Parent(s): cd9295d

Update styles.css

Browse files
Files changed (1) hide show
  1. 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(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;
 
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;