Go has a new logo and I was wondering if we could change the Gopher to the new theme.
Grrr... 馃槬I've a gut feeling users are gonna prefer the old icon:

Those who do need only add the following CSS to their stylesheets:
~less
.go-icon:before{
content: "\e624";
font-size: 15px;
left: auto;
top: 3px;
}
~
@Alhadis :+1:
Most helpful comment
Grrr... 馃槬I've a gut feeling users are gonna prefer the old icon:
Those who do need only add the following CSS to their stylesheets:
~less.go-icon:before{
content: "\e624";
font-size: 15px;
left: auto;
top: 3px;
}
~