diff options
author | Loek Le Blansch <32883851+lonkaars@users.noreply.github.com> | 2021-04-21 10:40:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 10:40:52 +0200 |
commit | dadc722875b2095bd3d6c4ab628a644197b85f7b (patch) | |
tree | 9e061708fad5bfdcc40f4c40662d77fbc42cfe64 /public/favicon.svg | |
parent | c603cb79e7ba7fdbb101a506e36f6d8d70b3a8f4 (diff) | |
parent | 5cb39d822716c650e520c3855ef049ff308a348c (diff) |
Merge pull request #12 from lonkaars/css-files
big redesign css move thing
Diffstat (limited to 'public/favicon.svg')
-rw-r--r-- | public/favicon.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/public/favicon.svg b/public/favicon.svg index c1f7520..63e5b7a 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,14 +1,16 @@ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <style> - .red { fill: #E16D82; } - .green { fill: #71D9CC; } + .red { fill: #A63A4D; } + .green { fill: #3AA699; } .outline { - stroke: #5D737E; + stroke: #141619; stroke-width: 2px; } @media (prefers-color-scheme: dark) { .outline { stroke: #FCFFFD; } + .red { fill: #FF4365; } + .green { fill: #00D9C0; } } </style> <circle class="green" cx="6.5" cy="6.5" r="4.5"/> |