Skip to content

Commit 3076565

Browse files
committed
add stroke to ensure visible logo on 777 bg
1 parent f569bc6 commit 3076565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fonts/ploticon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ module.exports = {
171171
' <style>',
172172
' .cls-1{fill:#8c99cd;}',
173173
' .cls-2{fill:url(#linear-gradient);}',
174-
' .cls-3{fill:#777;}',
174+
' .cls-3{fill:#777; stroke:#FFF; strokewidth:2;}',
175175
' </style>',
176176
' <linearGradient id=\'linear-gradient\' x1=\'20.32\' y1=\'42.71\' x2=\'115.98\' y2=\'42.71\' gradientTransform=\'translate(-1.21 -2.82)\' gradientUnits=\'userSpaceOnUse\'>',
177177
' <stop offset=\'0\' stop-color=\'#ff2c6d\'/>',

0 commit comments

Comments
 (0)