File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -256,23 +256,26 @@ padding: 10px 15px;
256256text-indent : -9999px ;
257257width : 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 10 px -20 px 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 -45 px -20 px 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 -95 px -20 px transparent
278+ opacity : .8 ;
276279}
277280# footer div div div # titles {
278281clear : both;
You can’t perform that action at this time.
0 commit comments