Suppose you want to override the font color of the footer in EasyAdmin. When you inspect the element, you see that its color
is set to:
.footer {
color: var(--footer-color)
}
Which of the following is not true about how you could override this?