#cw-notes font
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Hey does anyone know how to increase the font-size of the cw-notes body?
I tried setting the font-size in the #body-input css tag:
#body-input {
width: 100%;
height: -webkit-fill-available;
background: none;
outline: none;
border: none;
font-size: 32px;
}
Doesn't seem to change anything.
Try the .text-body tag
That was it.... thanks. This is what I get for trusting ChatGPT.