Browse Source

css du menu

Baptiste Marty 3 years ago
parent
commit
3449936ebe
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      CSS/menu.css

+ 2
- 2
CSS/menu.css View File

@@ -29,11 +29,11 @@ header{
29 29
 
30 30
 @keyframes glow {
31 31
   from {
32
-    text-shadow: 0 0 10px #494949, 0 0 20px #494949,0 0 30px #494949, 0 0 40px #494949;
32
+    text-shadow: 0 0 10px rgb(255,255,255,0.3), 0 0 20px rgb(255,255,255,0.3),0 0 30px rgb(255,255,255,0.3), 0 0 40px rgb(255,255,255,0.3);
33 33
   }
34 34
 
35 35
   to {
36
-    text-shadow: 0 0 20px #494949,0 0 30px #494949, 0 0 40px #494949, 0 0 50px #494949, 0 0 60px #494949, 0 0 70px #494949, 0 0 80px #494949, 0 0 90px #494949;
36
+    text-shadow: 0 0 20px rgb(255,255,255,0.3),0 0 30px rgb(255,255,255,0.3), 0 0 40px rgb(255,255,255,0.3), 0 0 50px rgb(255,255,255,0.3), 0 0 60px rgb(255,255,255,0.3), 0 0 70px rgb(255,255,255,0.3), 0 0 80px rgb(255,255,255,0.3), 0 0 90px rgb(255,255,255,0.3);
37 37
   }
38 38
 }
39 39
 

Loading…
Cancel
Save