Skip to content

Commit 8e6372f

Browse files
authored
css: update icon rendering.
1 parent 9aef6d8 commit 8e6372f

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

css/micrypt.css

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -256,23 +256,26 @@ padding: 10px 15px;
256256
text-indent: -9999px;
257257
width: 20px;
258258
}
259-
#footer div div div#links ul li a#twitter {
260-
background:url("/images/site/icons.svg") no-repeat scroll 10px 10px transparent
259+
#footer div div div#links ul li a#mastodon {
260+
background:url("/images/site/icons.svg") no-repeat scroll 10px 10px transparent;
261+
background-size: 140px;
261262
}
262263
#footer div div div#links ul li a#flickr {
263-
background:url("/images/site/icons.svg") no-repeat scroll -45px 10px transparent
264+
background:url("/images/site/icons.svg") no-repeat scroll -45px 10px transparent;
265+
background-size: 140px;
264266
}
265267
#footer div div div#links ul li a#tumblr {
266-
background:url("/images/site/icons.svg") no-repeat scroll -95px 10px transparent
268+
background:url("/images/site/icons.svg") no-repeat scroll -95px 10px transparent;
269+
background-size: 140px;
267270
}
268-
#footer div div div#links ul li a#twitter:hover {
269-
background:url("/images/site/icons.svg") no-repeat scroll 10px -20px transparent
271+
#footer div div div#links ul li a#mastodon:hover {
272+
opacity: .8;
270273
}
271274
#footer div div div#links ul li a#flickr:hover {
272-
background:url("/images/site/icons.svg") no-repeat scroll -45px -20px transparent
275+
opacity: .8;
273276
}
274277
#footer div div div#links ul li a#tumblr:hover {
275-
background:url("/images/site/icons.svg") no-repeat scroll -95px -20px transparent
278+
opacity: .8;
276279
}
277280
#footer div div div#titles {
278281
clear: both;

0 commit comments

Comments
 (0)