InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FI Firefox Customs @fedia.io subhasutra @lemmy.world 1y ago Changing the blue border colour for pinned sites in home/new tab page This colour does not follow my accent colour in KDE plasma. How do I customise it?
You can change it like this with userContent.css: @-moz-document url("about:newtab"), url("about:home"){ :root{ --newtab-primary-action-background: #f00 !important; } } That way you can specify a color for them, but setting the value to AccentColor may or may not resolve to the actual system accent color.
You can change it like this with userContent.css:
That way you can specify a color for them, but setting the value to
AccentColor
may or may not resolve to the actual system accent color.Thank you, it worked.