Flag of Ukraine
SymfonyCasts stands united with the people of Ukraine
Next Chapter

Challenge #1 of 1


Q: 

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?

userVoice