#cw-notes font

1 messages · Page 1 of 1 (latest)

round yacht
#

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.

astral loom
#

Try the .text-body tag

round yacht
#

That was it.... thanks. This is what I get for trusting ChatGPT.