diff --git a/index.html b/index.html index 18b2dc9..6853726 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,13 @@ margin-top: 15px; color: #555; } + img { + opacity: 1.0; + } + img:hover { + opacity: 0.5; + }