@subhasutra to Firefox [email protected] • edit-24 months agoChanging the blue border colour for pinned sites in home/new tab pagemessage-square2arrow-up15arrow-down10file-text
arrow-up15arrow-down1message-squareChanging the blue border colour for pinned sites in home/new tab page@subhasutra to Firefox [email protected] • edit-24 months agomessage-square2file-text
This colour does not follow my accent colour in KDE plasma. How do I customise it? Edit: I think it appears in focus state.
minus-square@MrOtherGuyMlink2•4 months agoYou 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:
@-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.Thank you, it worked.