chokiproai commited on
Commit
dc7ddf0
·
verified ·
1 Parent(s): 9621361

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -69,11 +69,12 @@
69
  bottom: 0;
70
  width: 100%;
71
  font-size: 1em;
 
72
  transition: opacity 0.5s ease-in-out;
73
  }
74
 
75
  footer:hover {
76
- opacity: 0.6;
77
  }
78
 
79
  </style>
 
69
  bottom: 0;
70
  width: 100%;
71
  font-size: 1em;
72
+ opacity: 0.6;
73
  transition: opacity 0.5s ease-in-out;
74
  }
75
 
76
  footer:hover {
77
+ opacity: 1;
78
  }
79
 
80
  </style>