Update README.md
Browse files
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
|
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
|
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 {
|