diff options
Diffstat (limited to 'svg/fadaesen.svg')
-rw-r--r-- | svg/fadaesen.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svg/fadaesen.svg b/svg/fadaesen.svg index aae1098..9430661 100644 --- a/svg/fadaesen.svg +++ b/svg/fadaesen.svg @@ -1,9 +1,9 @@ <!-- Copyright 2022-2023 Gabriel Jensen. This work is licensed under a Creative Commons Attribution 4.0 International License. --> <svg height="84" width="84" xmlns="http://www.w3.org/2000/svg"> <!-- background --> - <polygon fill="#A6192E" points="0,0 84,0 84,84 0,84" /> + <polygon fill="#A50034" points="0,0 84,0 84,84 0,84" /> <!-- a --> - <polygon fill="#2E2E2E" points="48,18 72,18 48,42 60,42 60,30 72,30 72,54 60,66 60,54 24,54 24,66 12,66 48,30" /> + <polygon fill="#202020" points="48,18 72,18 48,42 60,42 60,30 72,30 72,54 60,66 60,54 24,54 24,66 12,66 48,30" /> <!-- f --> - <polygon fill="#FCF9F9" points="24,18 60,18 48,30 36,30 36,42 48,42 24,66 24,30 36,30" /> + <polygon fill="#F4F4F4" points="24,18 60,18 48,30 36,30 36,42 48,42 24,66 24,30 36,30" /> </svg> |