Hey so basically i want to change accent color with css but i do not know the name of the variable.
I tried these bellow but nothing worked. And yes i tried googling it.
div.loremipsum{
background-color: red !important;
accent-background: red !important;
accent-color: red !important;
accent-background red !important;
color-accent red !important;
}
I am new to css. Thanks for any suggestions.

