mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-04-21 14:42:01 +02:00
* twitter: change from transparency to white * instagram: change from transparency to white * nes-ash: change from white to transparency
21 lines
701 B
SCSS
21 lines
701 B
SCSS
$icon-twitter-colors: (#fff, #2c9ceb);
|
|
// prettier-ignore
|
|
$icon-twitter: (
|
|
( 0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0 ),
|
|
( 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 ),
|
|
( 2,1,2,2,2,2,2,2,2,1,1,1,2,2,2,2 ),
|
|
( 2,1,1,1,2,2,2,2,1,1,1,1,1,2,2,2 ),
|
|
( 2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,2 ),
|
|
( 2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,2 ),
|
|
( 2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,2 ),
|
|
( 2,2,2,1,1,1,1,1,1,1,1,1,1,2,2,2 ),
|
|
( 2,2,2,1,1,1,1,1,1,1,1,1,2,2,2,2 ),
|
|
( 2,2,2,2,1,1,1,1,1,1,1,1,2,2,2,2 ),
|
|
( 2,2,2,2,2,1,1,1,1,1,1,1,2,2,2,2 ),
|
|
( 2,2,2,2,1,1,1,1,1,1,1,2,2,2,2,2 ),
|
|
( 2,2,1,1,1,1,1,1,1,2,2,2,2,2,2,2 ),
|
|
( 2,2,2,1,1,1,2,2,2,2,2,2,2,2,2,2 ),
|
|
( 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 ),
|
|
( 0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0 )
|
|
);
|