\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. 🙂)",[2881],{"name":2857,"color":2858},1477,"Colorize favicon to match theme","2023-01-26T20:46:28Z","https://github.com/elk-zone/elk/issues/1477",0.74994266,{"description":2888,"labels":2889,"number":2894,"owner":2860,"repository":2861,"state":2862,"title":2895,"updated_at":2896,"url":2897,"score":2898},"Elk posts don't show graphics (newsie does)\n\nhttps://elk.zone/newsie.social/@servelan/114564327564550827: no graphic\nhttps://newsie.social/deck/@servelan/114564327564550827: graphic\n\nExpected is that the graphic shows up in Elk.\n\n",[2890,2893],{"name":2891,"color":2892},"c: bug","FFA500",{"name":2857,"color":2858},3303,"Elk posts don't show graphics in posts (newsie does)","2025-05-24T19:13:38Z","https://github.com/elk-zone/elk/issues/3303",0.76007134,{"description":2900,"labels":2901,"number":2904,"owner":2860,"repository":2861,"state":2905,"title":2906,"updated_at":2907,"url":2908,"score":2909},"After the latest update it have no padding / separation from the edge. It's a bit frustrating on home screen looking. Thank you for review it! 👍",[2902,2903],{"name":2891,"color":2892},{"name":2857,"color":2858},2451,"closed","Elk PWA Android icon","2023-11-01T00:27:26Z","https://github.com/elk-zone/elk/issues/2451",0.68508965,{"description":2911,"labels":2912,"number":2914,"owner":2860,"repository":2861,"state":2905,"title":2915,"updated_at":2916,"url":2917,"score":2918},"I think this is a really important bug to fix soon.\r\n\r\nFor comparison, here's Elk:\r\n\r\n\r\n\r\nHere's the native mastodon app:\r\n\r\n\r\n",[2913],{"name":2891,"color":2892},667,"Emojis show wrong skin colour","2023-01-02T04:54:27Z","https://github.com/elk-zone/elk/issues/667",0.7283444,{"description":2920,"labels":2921,"number":2923,"owner":2860,"repository":2861,"state":2905,"title":2924,"updated_at":2925,"url":2926,"score":2927},"Push Notifications are not working on my side at all\r\n\r\nWhen visiting Elk I get an Error\r\n\r\n\u003Cimg width=\"735\" alt=\"image\" src=\"https://user-images.githubusercontent.com/7195563/209430801-a264524b-f348-48b7-ad1a-f28975eb67a9.png\">\r\n\r\nWhen I go into Notifications I just see a button that is not clickable\r\n\r\n\u003Cimg width=\"950\" alt=\"image\" src=\"https://user-images.githubusercontent.com/7195563/209430821-ff3d675b-6a52-41ae-b5ef-0b6eca3fab5d.png\">\r\n",[2922],{"name":2891,"color":2892},536,"Push Notifications are buggy","2022-12-26T08:48:49Z","https://github.com/elk-zone/elk/issues/536",0.7303102,{"description":2929,"labels":2930,"number":2932,"owner":2860,"repository":2861,"state":2905,"title":2933,"updated_at":2934,"url":2935,"score":2936},"## Hashtags overlapping description\r\n\r\nI was trying to mobile version of Elk today and found a visual bug on the notifications screen.\r\nAs can be seen in the image below the description and hashtags overlap one another.\r\n\r\n\u003Cimg height=\"640px\" src=\"https://user-images.githubusercontent.com/44031065/209993470-7bade9fc-fcaf-437a-985d-db8479f4a7ea.png\">\r\n\r\nBrowser: *Safari* (Mobile)",[2931],{"name":2891,"color":2892},646,"Bug(Notifications): Hashtags overlapping description","2023-01-02T17:42:06Z","https://github.com/elk-zone/elk/issues/646",0.73119885,{"description":2938,"labels":2939,"number":2942,"owner":2860,"repository":2861,"state":2905,"title":2943,"updated_at":2944,"url":2945,"score":2946},"I use Elk on iOS and I find I’m often highlighting the icon buttons in the nav bar when I go to press them, and then they become unusable while highlighted. I’ve hesitated to make an issue, because I know that setting `user-select: none` isn’t always the best for accessibility, but this happens to me so frequently, that I thought I’d raise the issue. Perhaps using `@media (pointer: coarse)` and targeting for mobile would be the best coarse of action, if `user-select: none` was applied?",[2940,2941],{"name":2891,"color":2892},{"name":2857,"color":2858},1661,"Main nav icon buttons are too easy to select as text on mobile","2023-02-28T22:01:33Z","https://github.com/elk-zone/elk/issues/1661",0.7315386,{"description":2948,"labels":2949,"number":2951,"owner":2860,"repository":2861,"state":2905,"title":2952,"updated_at":2953,"url":2954,"score":2955},"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.",[2950],{"name":2857,"color":2858},1890,"Improve logo spacing/decrease width of elk","2023-03-21T11:59:26Z","https://github.com/elk-zone/elk/issues/1890",0.7333062,["Reactive",2957],{},["Set"],["ShallowReactive",2960],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fdNhl-U9Mrp24eIdg2-bzLWJXzaGRLTcSL37j27xdDqk":-1},"/elk-zone/elk/1795"]