# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 25
# self = https://watcher.sour.is/conv/je7yjra
Purple Yarn-logo by just using CSS filter on the OpenMoji:
@darch I love it! šŸ˜
@darch I love it! šŸ˜
@prologic thanks. did you make any changes to the code after adding it to the new_ui-branch?
And now with link colors from the yarn-balls. TBH i think i becomes too purple, but then again the colors a kinda picked at random by inverting and rotating the hue
And now with link colors from the yarn-balls. TBH i think i becomes too purple, but then again the colors a kinda picked at random by inverting and rotating the hue\n
@darch Looks cool! Is that custom CSS?
@darch Looks cool! Is that custom CSS?
@adi yup.\n
\n.pod-logo {\n    filter: hue-rotate(215deg);\n}\n/* Dark mode support */\n@media (prefers-color-scheme: dark) {\n    .pod-logo {\n        filter: invert(1) hue-rotate(60deg);\n    }    \n}\n
@adi yup ;)

.pod-logo {
    filter: hue-rotate(215deg);
}
/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .pod-logo {
        filter: invert(1) hue-rotate(60deg);
    }    
}
@adi yup ;)\n
\n.pod-logo {\n    filter: hue-rotate(215deg);\n}\n/* Dark mode support */\n@media (prefers-color-scheme: dark) {\n    .pod-logo {\n        filter: invert(1) hue-rotate(60deg);\n    }    \n}\n
@darch Just cleaned it up a bit so I’d you can merge it into your fork first and did the conflicts šŸ‘Œ
@darch Just cleaned it up a bit so I’d you can merge it into your fork first and did the conflicts šŸ‘Œ
@darch Looks good šŸ‘Œ
@darch Looks good šŸ‘Œ
@darch lol, fastest dark mode ever!
@darch lol, fastest dark mode ever!
@adi https://uglyduck.ca/lazy-dev-dark-mode/ by the same guy who made vanilla.css
@adi @darch Nvm, I thought that CSS sets the dark theme for the whole web site.
@adi @darch Nvm, I thought that CSS sets the dark theme for the whole web site.
@adi naa, but i borrowed it from vanilla.css and made the links purple
@adi @darch Ah, It doesn't but you can! That's super cool!
@adi @darch Ah, It doesn't but you can! That's super cool!
@darch @prologic @adi They're all looking really nice!
@darch @prologic @adi They're all looking really nice!