qingy2024 commited on
Commit
dc892d9
·
verified ·
1 Parent(s): 6afa5b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -47,14 +47,14 @@ The `spfs_r64` folder contains a self-contained system for adaptive frame skippi
47
  <style>
48
  .streammamba-glow {
49
  color: #000; /* Blue text */
50
- text-shadow: 0 0 5px #03d3fc, 0 0 10px #03d3fc, 0 0 15px #03d3fc;
51
  transition: text-shadow 0.3s ease-in-out;
52
  position: relative;
53
  z-index: 1;
54
  }
55
 
56
  .streammamba-glow:hover {
57
- text-shadow: 0 0 10px #03d3fc, 0 0 20px #03d3fc, 0 0 30px #03d3fc;
58
  }
59
 
60
  .glow-ring {
 
47
  <style>
48
  .streammamba-glow {
49
  color: #000; /* Blue text */
50
+ text-shadow: 0 0 8px #03d3fc, 0 0 13px #03d3fc, 0 0 16px #03d3fc;
51
  transition: text-shadow 0.3s ease-in-out;
52
  position: relative;
53
  z-index: 1;
54
  }
55
 
56
  .streammamba-glow:hover {
57
+ text-shadow: 0 0 12px #03d3fc, 0 0 24px #03d3fc, 0 0 36px #03d3fc;
58
  }
59
 
60
  .glow-ring {