Add [shape-rendering: crispEdges](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/shape-rendering) to `.identicon` class to remove blurry grid lines within device icons
This commit is contained in:
@@ -241,6 +241,7 @@ identicon {
|
|||||||
.identicon {
|
.identicon {
|
||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
|
shape-rendering: crispEdges;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.toggler {
|
a.toggler {
|
||||||
|
|||||||
Reference in New Issue
Block a user