mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 01:39:50 +02:00
Change SNES icon to NES icon
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
.nes-logo {
|
||||
$px: 3px;
|
||||
$logo-colors: (#333, #d7d7d7, #7dbb78, #999cf7, #f40500, #f6f504);
|
||||
$logo-colors: (#3e3634, #c3c3c3, #787973, #bf1710);
|
||||
|
||||
// prettier-ignore
|
||||
$logo: (
|
||||
(0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,1,0,0,0,0,0,0,0),
|
||||
(0,0,1,1,1,1,1,1,1,1,1,1,1,0,0),
|
||||
(0,1,2,2,2,2,2,2,2,2,2,2,2,1,0),
|
||||
(1,2,2,1,2,2,2,2,2,2,2,4,2,2,1),
|
||||
(1,2,1,1,1,2,2,2,2,2,3,2,5,2,1),
|
||||
(1,2,2,1,2,2,1,2,1,2,2,6,2,2,1),
|
||||
(0,1,2,2,2,2,2,2,2,2,2,2,2,1,0),
|
||||
(0,0,1,1,1,1,1,1,1,1,1,1,1,0,0)
|
||||
(0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),
|
||||
(2,2,2,2,2,2,2,2,2,2,2,2,2,2,2),
|
||||
(2,1,1,1,1,1,1,1,1,1,1,1,1,1,2),
|
||||
(2,1,1,2,1,1,3,3,3,1,1,1,1,1,2),
|
||||
(2,1,2,2,2,1,1,1,1,1,1,1,1,1,2),
|
||||
(2,1,1,2,1,1,3,3,3,1,4,1,4,1,2),
|
||||
(2,1,1,1,1,1,1,1,1,1,1,1,1,1,2),
|
||||
(2,2,2,2,2,2,2,2,2,2,2,2,2,2,2)
|
||||
);
|
||||
|
||||
position: relative;
|
||||
|
Reference in New Issue
Block a user