diff options
Diffstat (limited to 'card_real.svg')
-rw-r--r-- | card_real.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/card_real.svg b/card_real.svg index d5e6377..9e11b27 100644 --- a/card_real.svg +++ b/card_real.svg @@ -2,6 +2,6 @@ <clipPath id="half"> <rect x="22" y="0" width="22" height="60" /> </clipPath> -<circle cx="22" cy="30" r="15" fill="black" clip-path="url(#half)" /> -<circle cx="22" cy="30" r="15" stroke-width=".5" fill="none" stroke="black"/> +<circle cx="22" cy="30" r="15" fill="#222" clip-path="url(#half)" /> +<circle cx="22" cy="30" r="15" stroke-width=".5" fill="none" stroke="#222"/> </svg> |