diff options
Diffstat (limited to 'svg/logotype.svg')
-rw-r--r-- | svg/logotype.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svg/logotype.svg b/svg/logotype.svg index eee07b5..3035a15 100644 --- a/svg/logotype.svg +++ b/svg/logotype.svg @@ -1,7 +1,7 @@ <!-- Copyright 2022-2023 Gabriel Jensen. This work is licensed under a Creative Commons Attribution 4.0 International License. --> <svg height="48" width="60" xmlns="http://www.w3.org/2000/svg"> <!-- a --> - <polygon fill="#2E2E2E" points="36,0 60,0 36,24 48,24 48,12 60,12 60,36 48,48 48,36 12,36 12,48 0,48 36,12" /> + <polygon fill="#202020" points="36,0 60,0 36,24 48,24 48,12 60,12 60,36 48,48 48,36 12,36 12,48 0,48 36,12" /> <!-- f --> - <polygon fill="#F9F6F6" points="12,0 48,0 36,12 24,12 24,24 36,24 12,48 12,12 24,12" /> + <polygon fill="#F4F4F4" points="12,0 48,0 36,12 24,12 24,24 36,24 12,48 12,12 24,12" /> </svg> |