Hello everyone,
We know inline CSS in not allowed. But my script takes navigation color value from users and saves in database. Is it allowed simply using a short CSS block (e.g. .nav{background-color: {{ $color }};}
in <head><style>
) for applying the color?
Thank you.