Hi, I installed the minimal theme and in order to adjust some styling, I added a css snippet in Appearance -> CSS snippets containing this:
body {
color: red;
}
h1, h2, h3, h4, h5, h6 {
line-height: 2.5rem;
}
li {
line-height: 2.5em;
}
p {
margin-bottom: 2em;
}
I added the color: red only for paranoia reasons after my adjusted line height seemingly didn’t have any effect.
Am I right to assume that my snippet isn’t loaded at all?
How can I adjust the spacing and line height while using minimal theme?