PocketDoc commited on
Commit
2af33c2
·
verified ·
1 Parent(s): b2ee4eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -431,7 +431,11 @@ if __name__ == '__main__':
431
  left: 0;
432
  right: 0;
433
  bottom: 0;
434
- background: radial-gradient(circle at center, rgba(17, 17, 18, 0) 0%, rgba(17, 17, 18, 0.1) 75%, rgba(17, 17, 18, 0.4) 100%);
 
 
 
 
435
  border-radius: 20px;
436
  animation: vignette-pulse 3s infinite;
437
  pointer-events: none;
 
431
  left: 0;
432
  right: 0;
433
  bottom: 0;
434
+ background: radial-gradient(circle at center,
435
+ rgba(17, 17, 18, 0) 0%,
436
+ rgba(17, 17, 18, 0.2) 50%,
437
+ rgba(17, 17, 18, 0.15) 100%
438
+ );
439
  border-radius: 20px;
440
  animation: vignette-pulse 3s infinite;
441
  pointer-events: none;