Thanks for using my script. I will keep this thread updated with all the
changes. Just look at the changelog. If you have any tips on features and/or
improvements then leave a comment and I’ll take a look!
-------------------------------------------------- # Changelog: # Version 0.4
Removed bold as default… -------------------------------------------------- #
Version 0.3 Added separators and colors codes for every link. Now you can edit
the TextColor when you add a new custom link { title: 'Plugins', url:
'https://lemmy.world/c/plugins@sh.itjust.works', textColor: "#000000" } Feel
free to add or remove the separators as well { title: '|', url: '#', textColor:
"#000000" } Also added an option to change font weight: link.style.fontWeight =
"bold" = Bold link.style.fontWeight = "" = Regular
[https://lemmy.world/pictrs/image/ec0d8184-27a5-4a22-b2ab-58497c004986.png]
-------------------------------------------------- # Version 0.2 Some code
update… -------------------------------------------------- # Version 0.1 Just
replace the titles and urls with your own links after you install the script
[https://lemmy.world/pictrs/image/c530435e-c1dc-4679-87e7-34ee063c7b26.png]
Hej,
För er som använder Lemmy på datorn så har jag gjort ett script där man kan lägga till egna länkar i en egen menu rad högst uppe.
Nice! Man skulle kunna dra färger direkt från CSS properties, i.o.m. att lemmy-ui använder sig av bootstrap.
getComputedStyle(document.documentElement).getPropertyValue('--dark');
Själv leker jag omkring med CSSen, tycker att default stylingen är lite sådär, så jag har tweakat den en aning.
Det skulle man nog. Jag har själv aldrig suttit med Bootstrap så den tanken slog mig inte, men bra idé! Är Python utvecklare, inte web :D