diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css index b5a29581..8c06a9bb 100644 --- a/i2p2www/static/styles/duck.css +++ b/i2p2www/static/styles/duck.css @@ -14,10 +14,9 @@ div.hide {display:none;} div#branding {width:80%; margin:1em auto; position:relative;} div#branding #logo img:hover { - box-shadow: inset 0 0 3px #000000; - -moz-box-shadow: inset 0 0 3px #000000; - -webkit-box-shadow: inset 0 0 3px #000000; - background: #ffffbb; + filter:alpha(opacity=60); + -moz-opacity: 0.6; + opacity: 0.6; } div#branding .title { font-family:"URW Gothic L", "Century Gothic", sans-serif; text-transform:uppercase; font-size:3.5em;