This colour does not follow my accent colour in KDE plasma. How do I customise it?

  • MrOtherGuy@lemmy.worldM
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    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.