\u003C/mask>\u003Cg mask=\"url(#a)\">\u003Cpath fill=\"#EA9E44\" d=\"M116.94 88.1c-13.344 1.552-20.436-2.019-24.706 10.71 0 0 14.336 21.655 52.54 21.112-2.135 8.848-1.144 15.368-1.144 23.207 0 26.079-20.589 48.821-65.961 48.821-23.03 0-51.015 4.191-72.367 15.911-15.175 8.305-27.048 20.336-32.302 37.023l5.956 8.461 11.4.155v47.889l-13.91 21.966L-19.556 387h13.192l1.144-51.227c6.558-3.881 21.58-13.971 34.391-29.494 17.386-20.879 30.731-51.227 15.022-88.793l11.744-5.045c12.887 30.814 8.388 57.514-2.898 79.013 21.58-.698 40.11-2.095 55.819-4.734l-3.584-43.698 12.659-1.087L129.98 387h13.116l2.212-94.459c10.447-4.502 34.239-21.034 45.372-78.47 1.372-6.986 2.135-12.885 2.516-17.93 1.754-12.806 2.745-27.243 3.051-43.698l-18.683-5.976h57.42l5.567-12.807c-5.414.233-11.896-2.639-11.896-2.639l1.297-6.209H242l-65.199-34.384c-7.244 2.794-14.87 6.442-20.208 10.866-4.27-3.105-19.063-12.807-39.653-13.195Z\"/>\u003Cpath fill=\"#C16929\" d=\"M6.217 24.493 18.494 21c5.948 21.577 13.345 33.375 22.648 39.352 8.388 5.099 19.75 5.239 31.799 4.579-3.508-1.164-6.787-2.794-9.837-5.045-6.787-5.045-12.582-13.428-16.929-28.64l12.201-3.649c3.279 11.488 7.092 18.085 12.201 21.888 5.11 3.726 11.286 4.657 18.606 5.433 13.726 1.553 30.884 2.174 52.312 12.264 2.898 1.086 5.872 2.483 8.769 4.036-.381-.776-.762-1.553-1.296-2.406-3.66-5.822-10.828-11.953-24.097-16.92l4.27-12.109c21.581 7.917 30.121 19.171 33.553 28.097 3.965 10.168 1.525 18.124 1.525 18.124-3.05 1.009-6.1 2.406-9.608 3.492-6.634-4.579-12.887-8.033-18.835-10.75-21.962-8.304-43.466-2.638-62.53-.853-14.336 1.32-27.452.698-38.814-6.598-11.21-7.14-21.047-20.8-28.215-46.802Z\"/>\u003Cpath fill=\"#C16929\" d=\"M90.098 45.294c-2.516-5.744-4.041-12.807-3.355-21.5l12.659.932c-.763 10.555 2.897 17.696 7.015 22.353-5.338-.931-10.447-1.04-16.319-1.785ZM170.167 43.974l8.312-9.702c21.58 19.094 8.159 46.415 8.159 46.415l-11.819-1.32c-.382-6.24-1.144-17.836-6.635-24.371 3.584 1.84 6.635 3.865 9.99 6.908 0-5.666-1.754-12.341-8.007-17.93Z\"/>\u003C/g>\u003C/svg>';\r\n// Retrieve or set new colors based on current theme\r\nconst primaryColor = document.documentElement.style.getPropertyValue('--theme-color-name');\r\nconst secondaryColor = primaryColor;\r\n// Replace original colors with theme colors\r\nconst themedSvg = sourceSvg\r\n .replace(/#C16929/g, primaryColor)\r\n .replace(/#EA9E44/g, secondaryColor);\r\n// Clean SVG before encoding it\r\nconst cleanSvg = themedSvg\r\n .replace(/[\\t\\n\\r]/gim, '') // Strip newlines and tabs\r\n .replace(/\\s\\s+/g, ' ') // Condense multiple spaces\r\n .replace(/'/gim, '\\\\i'); // Normalize quotes\r\n// Encode the SVG for a data URI\r\nconst encodedSvg = encodeURIComponent(cleanSvg)\r\n .replace(/\\(/g, '%28') // Encode brackets\r\n .replace(/\\)/g, '%29');\r\n// Build the data URI\r\nconst dataUri = `data:image/svg+xml;charset=UTF-8,${encodedSvg}`;\r\n\r\nfunction updateFavicons() {\r\n const favicons = document.querySelectorAll('link[rel*=\"icon\"][type*=\"svg\"]');\r\n [...favicons].forEach((favicon) => {\r\n favicon.setAttribute('href', dataUri);\r\n });\r\n}\r\n\r\nupdateFavicons();\r\n\r\n// App loads multiple favicons for some reason, wait to try again\r\nsetTimeout(updateFavicons, 5 * 1000);\r\n```\r\n\r\n\u003C/p>\r\n\u003C/details>\r\n\r\nWhile I'm happy to have my favicon themed, it'd be even nicer to have this feature built in! (I also think it'd be nicer to keep the value of the antlers differentiated, I was just impatient. 🙂)",[2867],{"name":2868,"color":2869},"s: pending triage","dddddd",1477,"elk-zone","elk","open","Colorize favicon to match theme","2023-01-26T20:46:28Z","https://github.com/elk-zone/elk/issues/1477",0.7907045,{"description":2879,"labels":2880,"number":2885,"owner":2871,"repository":2872,"state":2873,"title":2886,"updated_at":2887,"url":2888,"score":2889},"\u003Cimg width=\"169\" alt=\"image\" src=\"https://user-images.githubusercontent.com/1246495/222408239-010514c1-cb2c-46ad-93b8-56a4f09879a2.png\">\r\nThe smaller user image at the bottom right is slightly off color, greyish.",[2881,2884],{"name":2882,"color":2883},"c: bug","FFA500",{"name":2868,"color":2869},1841,"User Thumbnail seems to have a filter","2023-03-02T10:52:52Z","https://github.com/elk-zone/elk/issues/1841",0.7995198,{"description":2891,"labels":2892,"number":2899,"owner":2871,"repository":2872,"state":2873,"title":2900,"updated_at":2901,"url":2902,"score":2903},"@antfu thinking about how to implement this with the current UI. Maybe a primary color check icon next to the link? Or just use a primary color for the link when it is verified? If we don't want to use green, I think we may need the tick\r\n\r\nhttps://mas.to/@addyosmani@indieweb.social\r\n\r\nhttps://elk.zone/@addyosmani@indieweb.social",[2893,2896],{"name":2894,"color":2895},"c: feature","2878FF",{"name":2897,"color":2898},"p: 1-normal","BFDADC",155,"Verified website, github, twitter in header","2023-03-20T18:40:52Z","https://github.com/elk-zone/elk/issues/155",0.80152243,{"description":2905,"labels":2906,"number":2909,"owner":2871,"repository":2872,"state":2873,"title":2910,"updated_at":2911,"url":2912,"score":2913},"### Pre-Checks\n\n- [X] Check that there isn't [already an issue](https://github.com/elk-zone/elk/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/elk-zone/elk/discussions) or join our [Discord Chat Server](https://chat.elk.zone).\n- [X] Providing a screenshot or video to reproduce the issue or show visually what was meant.\n- [ ] I am willing to provide a PR.\n\n### Describe the bug\n\nHeyho,\r\nThe alt text is displayed in the top right corner of an image. It works for regular text.\r\n\r\n\u003Cimg width=\"1680\" alt=\"image\" src=\"https://user-images.githubusercontent.com/22857823/212921674-ebe61828-7377-458e-bb33-0907df04c768.png\">\r\n\r\nBut on [this toot](https://elk.zone/mastodon.social/@noleli/109704795463898389), the author pasted the code from the screenshot as a markdown code block. \r\n\r\n**Toot**\r\n\u003Cimg width=\"593\" alt=\"screenshot toot with code\" src=\"https://user-images.githubusercontent.com/22857823/212919557-3d078dc5-3101-4534-83b9-eb3fb6d38a50.png\">\r\n\r\n**Broken alt text**\r\n\u003Cimg width=\"1680\" alt=\"screenshot of the same toot opened where in the top left corner only CSS is written\" src=\"https://user-images.githubusercontent.com/22857823/212919761-c5083ce5-343a-44fb-8829-13dbc14d7623.png\">\r\n\r\n**Content is there**\r\n\u003Cimg width=\"1680\" alt=\"highlighting the content in the lightbox to show that its there but not correctly displayed\" src=\"https://user-images.githubusercontent.com/22857823/212920892-0e8b6499-f46b-45bb-9f73-7e3806b41838.png\">\r\n\r\n## Solution?\r\n\r\nSo I think displaying the code here doesn't add value, a screen reader will get it form the alt text, and others can read it on the screenshot, and I can't think of another scenario where you add code as alt text without a screenshot. So what about just displaying \"Code from the picture\" instead of the actual code but keeping the alt attribute as it is?\r\n\n\n### Reproduction video or screenshot\n\nOpen this [this toot](https://elk.zone/mastodon.social/@noleli/109704795463898389) and check the alt text.\r\n\r\n\u003Cimg width=\"1680\" alt=\"image\" src=\"https://user-images.githubusercontent.com/22857823/212919761-c5083ce5-343a-44fb-8829-13dbc14d7623.png\">\n\n### Additional Context\n\nFirefox, Mac (M1) - I don't think that it's relevant, but happy to provide more info.it's relevant, but I would be ",[2907,2908],{"name":2882,"color":2883},{"name":2868,"color":2869},1264,"Alt text (code) wrongly displayed on image lightbox","2023-01-18T20:37:09Z","https://github.com/elk-zone/elk/issues/1264",0.8023083,{"description":2915,"labels":2916,"number":2918,"owner":2871,"repository":2872,"state":2919,"title":2920,"updated_at":2921,"url":2922,"score":2923},"https://elk.zone/favicon.ico\r\n\r\nReported by https://indieweb.social/@ascorbic/109472439259486681",[2917],{"name":2882,"color":2883},367,"closed","favicon is corrupt","2022-12-08T09:55:56Z","https://github.com/elk-zone/elk/issues/367",0.7440495,{"description":2925,"labels":2926,"number":2931,"owner":2871,"repository":2872,"state":2919,"title":2932,"updated_at":2933,"url":2934,"score":2935},"### Pre-Checks\n\n- [X] Check that there isn't [already an issue](https://github.com/elk-zone/elk/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/elk-zone/elk/discussions) or join our [Discord Chat Server](https://chat.elk.zone).\n- [X] Providing a screenshot or video to reproduce the issue or show visually what was meant.\n- [X] I am willing to provide a PR.\n\n### Describe the bug\n\nWhen adding images to a new publication a cross appears when hovering over the image, but this cross is almost invisible in white images.\n\n### Reproduction video or screenshot\n\n\r\nThe cross is almost invisible in this white background screenshot\r\n\r\nHovering over the cross\r\n\n\n### Additional Context\n\nThe cross should be visible no matter the colour of the image.",[2927,2928],{"name":2882,"color":2883},{"name":2929,"color":2930},"c: ui","8949BA",1067,"Cross for clossing images is almost invisible in white images","2023-01-21T10:52:38Z","https://github.com/elk-zone/elk/issues/1067",0.7840817,{"description":2937,"labels":2938,"number":2941,"owner":2871,"repository":2872,"state":2919,"title":2942,"updated_at":2943,"url":2944,"score":2945},"**Browser**:Google Chrome > 112\r\n\r\nOther browsers also have this problem, such as Safair and Arc.\r\n\r\n\u003Cimg width=\"744\" alt=\"\" src=\"https://user-images.githubusercontent.com/22477554/236656343-9c150cbb-461f-4a06-bbab-d472b3c051c4.png\">\r\n",[2939,2940],{"name":2882,"color":2883},{"name":2868,"color":2869},2078,"The top line of the search box is covered","2023-05-07T05:47:33Z","https://github.com/elk-zone/elk/issues/2078",0.78806984,{"description":2947,"labels":2948,"number":2950,"owner":2871,"repository":2872,"state":2919,"title":2951,"updated_at":2952,"url":2953,"score":2954},"In my opinion, the logo is too wide. It looks weird next to other icons, especially as a PWA on Windows in the taskbar. The padding between the border of the SVG viewbox and the actual Elk icon. I have made a quick site that shows an idea of what I think it would be like:\r\nhttps://eddiestech.github.io/elklogocompare (left is original, right is my mock-up)\r\n\r\nHappy to get feedback and also look into guidance around spacing like this.",[2949],{"name":2868,"color":2869},1890,"Improve logo spacing/decrease width of elk","2023-03-21T11:59:26Z","https://github.com/elk-zone/elk/issues/1890",0.79186076,{"description":2956,"labels":2957,"number":2959,"owner":2871,"repository":2872,"state":2919,"title":2960,"updated_at":2961,"url":2962,"score":2963},"\u003Cimg width=\"498\" alt=\"CleanShot 2022-12-03 at 22 51 02@2x\" src=\"https://user-images.githubusercontent.com/28706372/205465382-7544ec83-f3ad-4830-9f35-361e9907f47f.png\">\r\n\u003Cimg width=\"494\" alt=\"CleanShot 2022-12-03 at 22 50 20@2x\" src=\"https://user-images.githubusercontent.com/28706372/205465387-ae2aba65-0934-4dd2-bb95-e87c03595aca.png\">\r\n",[2958],{"name":2882,"color":2883},321,"invisible following badge in hover","2022-12-04T17:35:25Z","https://github.com/elk-zone/elk/issues/321",0.79220575,{"description":2965,"labels":2966,"number":2968,"owner":2871,"repository":2872,"state":2919,"title":2969,"updated_at":2970,"url":2971,"score":2972},"## Vertical Layout after Refresh\r\nAs of writing this issue refreshing the settings page causes it to go vertical in my browser.\r\nBelow is an image of what it looks like after refreshing:\r\n\r\n\r\n\r\nAnd below here you can see the intended behaviour:\r\n\r\n\r\n\r\nBrowser: *Firefox*\r\nBrowser Extensions: *uBlock Origin* & *Dark Reader* (However Dark Reader isn't being used)",[2967],{"name":2882,"color":2883},628,"Bug(Settings): Vertical Layout after Refresh","2023-01-06T19:38:41Z","https://github.com/elk-zone/elk/issues/628",0.7945993,["Reactive",2974],{},["Set"],["ShallowReactive",2977],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fcCb9NZkjuj6PBa3PVbi26CiqlRuDns44L4hMeIOmGjA":-1},"/elk-zone/elk/1988"]